cdesktopenv/cde/programs
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
..
backdrops
dsdm
dtaction Use a more robust idiom When converting sprintf() to snprintf() 2012-08-09 11:52:17 -06:00
dtappbuilder dtbuilder: fixup TOG copyrights issue in generated files. 2012-08-03 15:06:56 -06:00
dtappintegrate
dtcalc Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtcm Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtconfig
dtcreate Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtdbcache Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtdocbook instant: change warning message to fatal message, since it is. 2012-07-13 22:26:02 -06:00
dtdspmsg
dtexec Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtfile dtfile: add freetype includes to Imakfile 2012-06-20 14:25:41 -06:00
dthello
dthelp dthelpview: Util.c include stdlib to avoid redeclaring exit() 2012-08-09 11:33:25 -06:00
dticon Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtimsstart Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtinfo
dtksh
dtlogin dtlogin: don't try to use /dev/mem to get random data on linux/bsd 2012-08-07 23:22:44 -06:00
dtmail dtmail: IO.C: just compare against \r on all systems 2012-07-13 21:45:46 -06:00
dtpad Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtpdm Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtpdmd On linux use the system provided libXau rather than one from the imports 2012-03-13 17:18:35 +00:00
dtprintegrate
dtprintinfo dtprintinfo: Fix SIGSEGV in dtprintinfo (passing NULL as first argument to catgets). 2012-08-06 17:12:38 -06:00
dtscreen dtscreen: include stdlib to avoid exit redeclaration 2012-08-09 11:33:25 -06:00
dtsearchpath Add -fpermissive to linux standard c++ option define in linux.cf 2012-06-18 16:27:25 -06:00
dtsession sys.resources.src: make HIGH_COLOR the default 2012-07-24 17:51:29 -06:00
dtspcd Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtsr
dtstyle Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtterm Use a more robust idiom When converting sprintf() to snprintf() 2012-08-09 11:52:17 -06:00
dtudcexch Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtudcfonted Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
dtwm DtSvc/dtwm: Fix some implicit declarations of functions by adding appropriate 2012-08-08 11:47:18 -06:00
fontaliases fontaliases: add more robust font.aliases file. 2012-06-21 18:30:40 -06:00
icons
localized dtwm: add missing workspace 'Occupy" commands to the C, de, es, fr, and it locales. 2012-07-24 21:21:27 -06:00
nsgmls nsgmls: Imakefile fixes so it will build 2012-06-19 18:04:53 -06:00
palettes
ttsnoop Linux compilation of ttsnoop (Matthew Howkins) 2012-04-12 19:08:52 +01:00
tttypes
types Remove dtinfo launcher and icons from the default front panel. 2012-06-19 19:22:08 -06:00
util Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
Imakefile programs/Imakefile: don't try to build dtksh or dtinfo under linux. 2012-08-03 23:10:12 -06:00