node/test/addons/worker-buffer-callback
Anna Henningsen 13cae34484
test: fix out-of-bound reads from invalid sizeof usage
`sizeof(data)` does not return the correct result here, as it measures
the size of the `data` variable, not what it points to.

PR-URL: https://github.com/nodejs/node/pull/33115
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-05-13 17:53:00 +02:00
..
binding.cc test: fix out-of-bound reads from invalid sizeof usage 2020-05-13 17:53:00 +02:00
binding.gyp
test-free-called.js
test.js