iverilog/driver
Cary R ab926ccee4 Convert a few sprintfs to snprintf
This patch converts a few sprintf statements to snprintf
to protect against buffer overflow.

It also converts a few sizeof calls from sizeof(x) to
sizeof x like other places in the code.
(cherry picked from commit f44c1cadde)
2009-12-03 08:18:20 -08:00
..
Makefile.in Unify the version stamp in the version_*.h header files. 2009-11-27 12:37:11 -08:00
cflexor.lex Fix memory leak when parsing command files. 2009-05-24 10:15:45 -07:00
cfparse.y Fix memory leak when parsing command files. 2009-05-24 10:15:45 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-24 10:15:45 -07:00
globals.h Remove unneeded definitions in drivers/globals.h 2009-12-03 08:15:24 -08:00
iverilog.man.in Fix some extra/invalid font switches in iverilog.man. 2009-12-01 07:34:19 -08:00
main.c Convert a few sprintfs to snprintf 2009-12-03 08:18:20 -08:00
substit.c Add a warning message if an environment variable is not found. 2009-10-29 10:54:12 -07:00