From 6f995b74a407d17ec85251b95af3ac4777c20847 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Wed, 18 Mar 2026 18:07:50 +0200 Subject: [PATCH] new issue --- f.c | 1 + 1 file changed, 1 insertion(+) diff --git a/f.c b/f.c index b7d18a9..6b2b2cb 100644 --- a/f.c +++ b/f.c @@ -32,6 +32,7 @@ int f(void) free(malloc(64)); free(malloc(96)); free(malloc(128)); + malloc(256); return 1; }