]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sync with OpenBSD
authorbapt <bapt@FreeBSD.org>
Sun, 27 Jul 2014 22:54:13 +0000 (22:54 +0000)
committerbapt <bapt@FreeBSD.org>
Sun, 27 Jul 2014 22:54:13 +0000 (22:54 +0000)
commit4d9c8bc174f1c23d46ad231ae6e152ddc11dfffa
treebaccaebeb197c2b665518fe1a74fa0902fbf5d98
parentdee9ff96585a6d4e00149c564fc7e6b0776d8ae8
Sync with OpenBSD
This brings:
- check for integer overflows in custom allocs
- fix potential integer overflows in memory allocation
- annotate regexp error messages with source string
- better error handling in mkstemp/unlink/fdopen logic
23 files changed:
usr.bin/m4/Makefile
usr.bin/m4/eval.c
usr.bin/m4/extern.h
usr.bin/m4/gnum4.c
usr.bin/m4/lib/ohash.c [new file with mode: 0644]
usr.bin/m4/lib/ohash.h
usr.bin/m4/lib/ohash_create_entry.c [deleted file]
usr.bin/m4/lib/ohash_delete.c [deleted file]
usr.bin/m4/lib/ohash_do.c [deleted file]
usr.bin/m4/lib/ohash_entries.c [deleted file]
usr.bin/m4/lib/ohash_enum.c [deleted file]
usr.bin/m4/lib/ohash_init.3
usr.bin/m4/lib/ohash_init.c [deleted file]
usr.bin/m4/lib/ohash_interval.3
usr.bin/m4/lib/ohash_interval.c [deleted file]
usr.bin/m4/lib/ohash_lookup_interval.c [deleted file]
usr.bin/m4/lib/ohash_lookup_memory.c [deleted file]
usr.bin/m4/lib/ohash_qlookup.c [deleted file]
usr.bin/m4/lib/ohash_qlookupi.c [deleted file]
usr.bin/m4/look.c
usr.bin/m4/m4.1
usr.bin/m4/main.c
usr.bin/m4/misc.c