iverilog/driver
Cary R f44c1cadde 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.
2009-12-02 17:08:34 -08:00
..
Makefile.in Unify the version stamp in the version_*.h header files. 2009-11-27 09:25:50 -08:00
cflexor.lex Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
cfparse.y Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-23 14:04:01 -07:00
globals.h Remove unneeded definitions in drivers/globals.h 2009-12-02 17:03:56 -08:00
iverilog.man.in Unify the version stamp in the version_*.h header files. 2009-11-27 09:25:50 -08:00
main.c Convert a few sprintfs to snprintf 2009-12-02 17:08:34 -08:00
substit.c Add a warning message if an environment variable is not found. 2009-10-29 10:46:25 -07:00