You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
The size of the buffer used by Buffer::getArrayBuffer in size, at line 15 of /widl-nanmaster/
test/buffer/buffer.cpp, is not properly verified before writing data to the buffer. This can enable a buffer
overflow attack, using the source buffer that Buffer::getArrayBuffer passes to size, at line 15 of /widl-nanmaster/
test/buffer/buffer.cpp, to overwrite the target buffer.
Code Snippet
File Name /widl-nan-master/test/buffer/buffer.cpp
Method ArrayBuffer Buffer::getArrayBuffer() const {