cdesktopenv/cde
Marc Balmer bb21797684 Use a more robust idiom When converting sprintf() to snprintf()
don't use the idiom

char foo[BUFSIZ];
snprintf(foo, BUFSIZ, ....);

but

char foo[BUFSIZ];
snprintf(foo, sizeo foo, ....);

because this will automatically catch situations where the size of foo
is later changed, e.g. like  foo[BUFSIZ + 8];

Fix another use of sprintf.
2012-08-09 11:52:17 -06:00
..
admin Fix for dtmail execution group error 2012-08-09 11:47:11 -06:00
config Imake.cf/linux.cf: Add arm support. 2012-08-06 22:38:54 -06:00
databases copy CONTRIBUTORS file into /usr/dt/ during install 2012-07-24 18:49:11 -06:00
doc Add in a CONTRIBUTORS file for all people that have made changes post 2012-07-24 15:23:16 +01:00
examples Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
imports/motif Add missing Mrm, Xm, and Uil .msg files for the various locales from the motif src. 2012-07-16 19:49:28 -06:00
include Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
lib DtSvc: Fixes a segfault on Debian squeeze 64 bit and most probably other systems, too. 2012-08-08 12:45:40 -06:00
logs
osf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
programs Use a more robust idiom When converting sprintf() to snprintf() 2012-08-09 11:52:17 -06:00
util Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
.gitignore gitignore: add rest of generated files. git status is much cleaner now :) 2012-08-03 15:57:06 -06:00
BUGREPORT
CLOSEDBUGS
CONTRIBUTORS Add Matthew Howkins (dtappbuilder, nsgmls, dtcm Linux compilation) 2012-08-04 23:16:08 +01:00
COPYING Addition of LGPL file at top level, deprecation of file copyright, and 2012-05-29 16:54:57 +01:00
Imakefile Remove -k option from WORLDOPTS 2012-05-26 17:21:45 -06:00
Makefile Increment CDE version number to 2.2.0 2012-07-16 15:23:40 +01:00
OPENBUGS
README-2.1.10
README-2.1.20
README-2.1.30
README-2.1.30.snapshot
ReleaseNotes.ps
ReleaseNotes.sgm
copyright Add in a CONTRIBUTORS file for all people that have made changes post 2012-07-24 15:23:16 +01:00
copyright.old As 'copyright' is used by dthello, make sure that it's based on the current 2012-07-04 17:30:04 +01:00