more comment to the malloc(0) test
authorSzabolcs Nagy <nsz@port70.net>
Wed, 24 Jul 2013 02:46:12 +0000 (02:46 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Wed, 24 Jul 2013 02:46:12 +0000 (02:46 +0000)
src/regression/malloc-0.c

index 0eded64..e354bca 100644 (file)
@@ -1,5 +1,6 @@
 // commit: 26031da0f83a2a3ed52190077931ee6c18dfd689 2011-02-20
 // malloc(0) should return unique pointers
+// (often expected and gnulib replaces malloc if malloc(0) returns 0)
 #include <stdlib.h>
 #include "test.h"