0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/js-native-api
Tobias Nießen 656260b4b6
napi: fix memory corruption vulnerability
Fixes: https://hackerone.com/reports/784186
CVE-ID: CVE-2020-8174
PR-URL: https://github.com/nodejs-private/node-private/pull/195
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2020-06-02 20:35:51 +02:00
..
2_function_arguments
3_callbacks
4_object_factory
5_function_factory
6_object_wrap
7_factory_wrap
8_passing_wrapped
test_array
test_bigint n-api: define release 6 2020-03-09 11:58:51 -07:00
test_constructor
test_conversions
test_dataview
test_date
test_error test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
test_exception
test_function
test_general n-api: fix comment on expected N-API version 2020-03-16 16:48:30 -04:00
test_handle_scope
test_instance_data module: deprecate module.parent 2020-05-24 03:38:39 +02:00
test_new_target
test_number n-api: add uint32 test for -1 2020-05-06 23:52:05 -07:00
test_object n-api: define release 6 2020-03-09 11:58:51 -07:00
test_promise
test_properties
test_reference
test_string napi: fix memory corruption vulnerability 2020-06-02 20:35:51 +02:00
test_symbol
test_typedarray src: remove calls to deprecated ArrayBuffer methods 2020-03-21 12:00:57 +01:00
.gitignore
common.c
common.h
entry_point.c
testcfg.py