]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix fuzzer
authorfennecdjay <fennecdjay@gwion.tk>
Sun, 8 Nov 2020 22:57:08 +0000 (23:57 +0100)
committerfennecdjay <fennecdjay@gwion.tk>
Sun, 8 Nov 2020 22:57:08 +0000 (23:57 +0100)
scripts/fuzzer.c

index 04875883e1894d6f71162d687c744370232b0c1e..45d9fb92c1728d73f135e25b49c05a89fce6567a 100644 (file)
@@ -25,7 +25,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
     if(vector_size(&gwion.env->scope->known_ctx)) {
       Context ctx = (Context)vector_pop(&gwion.env->scope->known_ctx);
       if(!ctx->global)
-        REM_REF(ctx, &gwion);
+        context_remref(ctx, &gwion);
     }
   }
   mp_free2(gwion.mp, Size + 1, str);