summaryrefslogtreecommitdiff
path: root/modules/malloca
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-02-03 00:47:15 +0100
committerBruno Haible <bruno@clisp.org>2018-02-03 00:47:15 +0100
commitd6a3b8f0874f548838f28a1303b2c8a0ae3ac7df (patch)
tree9d69b01003c9b31da8bd633e34e5c2796fb83375 /modules/malloca
parentf0dc63fc7ec039999981a4b7555f725c0aa65cc7 (diff)
downloadgnulib-d6a3b8f0874f548838f28a1303b2c8a0ae3ac7df.tar.gz
malloca: Add a compile-time verification.
* lib/malloca.c (small_t): Verify that it is wide enough. * modules/malloca (Depends-on): Add verify.
Diffstat (limited to 'modules/malloca')
-rw-r--r--modules/malloca1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/malloca b/modules/malloca
index 8f5ab644a7..0ae3fe08dc 100644
--- a/modules/malloca
+++ b/modules/malloca
@@ -11,6 +11,7 @@ m4/longlong.m4
Depends-on:
alloca-opt
stdint
+verify
xalloc-oversized
configure.ac: