Files
ladybird/Userland/Libraries/LibJS/Runtime/DataViewConstructor.cpp
Cyber Gsus f97e664d8f LibJS: Check for add overflow in DataViewConstructor
Use the Checked type from AK to verify that offset + view_byte_length
is buffer_byte_length at most.
2022-06-27 20:51:00 +01:00

3.1 KiB