summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/common.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-28 09:50:24 +0000
committerache <ache@FreeBSD.org>2001-11-28 09:50:24 +0000
commitd415ec9a10e759b54f2c0c24c5b5889a91c4a365 (patch)
treeaaefe61b87021bdb46c286d2659e0f25823480c8 /usr.bin/colldef/common.h
parent1ab3b395034b90f9494aef83eb785a7f9c6a5cf1 (diff)
downloadFreeBSD-src-d415ec9a10e759b54f2c0c24c5b5889a91c4a365.zip
FreeBSD-src-d415ec9a10e759b54f2c0c24c5b5889a91c4a365.tar.gz
Rewrite buffer handling code a bit to handle large values.
Add more checks for data overflow.
Diffstat (limited to 'usr.bin/colldef/common.h')
-rw-r--r--usr.bin/colldef/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/colldef/common.h b/usr.bin/colldef/common.h
index 9497e17..316490d 100644
--- a/usr.bin/colldef/common.h
+++ b/usr.bin/colldef/common.h
@@ -3,6 +3,7 @@
*/
#define CHARMAP_SYMBOL_LEN 64
+#define BUFSIZE 80
extern int line_no;
OpenPOWER on IntegriCloud