aboutsummaryrefslogtreecommitdiffstats
path: root/security/0d1n/files/patch-src_mem__ops.c
blob: 6eaea0440ca395d7453fbee8ad496078c9c2a5ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/mem_ops.c.orig	2023-02-20 12:57:16 UTC
+++ src/mem_ops.c
@@ -17,7 +17,7 @@ static void *
 xmalloc_fatal(size_t size) 
 {
 
-	DEBUG("\n Memory FAILURE...\n size dbg: %lu\n",size);
+	DEBUG("\n Memory FAILURE...\n size dbg: %zu\n",size);
 
 	exit(0);
 }