Commit Graph

9 Commits

Author SHA1 Message Date
espie
cd87060f27 regen with a more recent diff.
Remove extra bogus target that breaks in parallel mode.
2007-12-28 17:11:25 +00:00
sturm
bbdb71c949 clock_t is arch specific and comes from time.h, now 2005-11-30 21:51:44 +00:00
espie
9be8f2e1d4 Fix prototypes so that they match actual ISO prototypes. 2003-12-30 10:07:48 +00:00
brad
9e8ecfb2f4 Fix some security issues with gnats.
Some additional fixes from millert@
sprintf -> snprintf
str{cat,cpy} -> strl{cat,cpy}

http://marc.theaimsgroup.com/?l=bugtraq&m=105638591907836&w=2

ok naddy@
2003-08-25 23:33:56 +00:00
pvalchev
e32ab8e2d4 do not treat gcc warnings as errors!
as a result this no longer uses it's own tmpnam(3) but libc one

this also broke in a spectacular way when the strcpy/strcat/sprinf
userland warnings were used
2003-06-19 21:21:10 +00:00
pvalchev
ebc94b3e03 getc() returns int, not char - especially avoid problem on arches
where 'char' is unsigned and error returned; ok dugsong millert
2002-12-12 20:08:39 +00:00
millert
54669baaa5 Update to gnats-3.113.1 and add OpenBSD tags on the patchs; dugsong@ OK 2002-05-09 16:16:02 +00:00
millert
c27643ab6f mkstemp() makes temp files mode 0600 so before renaming them to the
real name, fchmod to 0644.  Otherwise we end up with queue files and
the index file mode 0600 which is not the intention.

The original GNATS code makes queue files mode 0664 which seems excessively
open; 0644 should be fine.
2002-05-09 03:53:45 +00:00
dugsong
896186cc9c GNATS, the GNU Problem Report Management System. FLAVOR=www adds the gnatsweb CGI interface. 2001-01-12 17:14:51 +00:00