We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfacbc commit 39a979fCopy full SHA for 39a979f
1 file changed
src-input/duk_hobject_props.c
@@ -637,6 +637,7 @@ DUK_INTERNAL void duk_hobject_realloc_props(duk_hthread *thr,
637
*/
638
#if 0 /* XXX: inject test */
639
if (1) {
640
+ new_p = NULL;
641
goto alloc_failed;
642
}
643
#endif
0 commit comments