diff modules/malloca @ 39238:e5bf6ab0bb97

malloca: Add a compile-time verification. * lib/malloca.c (small_t): Verify that it is wide enough. * modules/malloca (Depends-on): Add verify.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 03 Feb 2018 00:47:15 +0100
parents 6a04b04905e5
children
line wrap: on
line diff
--- a/modules/malloca	Sat Feb 03 00:32:41 2018 +0100
+++ b/modules/malloca	Sat Feb 03 00:47:15 2018 +0100
@@ -11,6 +11,7 @@
 Depends-on:
 alloca-opt
 stdint
+verify
 xalloc-oversized
 
 configure.ac: