cdesktopenv/cde/programs
Marcin Cieślak 5cebd7c4da dtdocbook/instant: fix buffer overlow on German umlaut in latin-1
One-off error:

Old buffer length was 6 for one character (3 * 1 + 3)
We need one more byte par character in the buffer for
the hex representation of it.

+0 '"'
+1 '\\'
+2 'x'
+3 'f'
+4 'c'
+5 '"'
+6 0x0 << overflow

tcl combined with RCHECK will abort because memory blocks
are allocated contiguously and we overwrite the magic marker
of the next block.
2019-11-30 10:13:43 -07:00
..
backdrops OpenIndiana and Solaris port 2014-10-28 13:40:11 -06:00
dsdm
dtaction
dtappbuilder
dtappintegrate
dtcalc Remove legacysun code blocks 2019-10-14 15:54:33 -06:00
dtcm 'notdef' means it's not used, so we remove it 2019-10-15 20:32:13 -06:00
dtconfig
dtcreate
dtdbcache
dtdocbook dtdocbook/instant: fix buffer overlow on German umlaut in latin-1 2019-11-30 10:13:43 -07:00
dtdspmsg
dtexec
dtfile dtfile: Add scroll wheel support 2019-10-14 14:34:56 -06:00
dthello
dthelp Use iconv on linux 2019-01-14 10:48:28 -07:00
dticon
dtimsstart
dtinfo dtinfo: link proper localized (utf8) dirs 2019-11-17 15:07:14 -07:00
dtksh Fixes for a few -Wincompatible-pointer-types 2019-10-12 22:29:44 +02:00
dtlogin 'notdef' means it's not used, so we remove it 2019-10-15 20:32:13 -06:00
dtmail dtmail: fix extra format args warnings 2019-10-15 21:22:11 -06:00
dtopen
dtpad dtpad: emit error on catopen() failure 2019-10-14 14:42:21 -06:00
dtpdm
dtpdmd
dtprintegrate
dtprintinfo sym2num: don't hardcode path to cpp 2019-11-05 18:49:17 -07:00
dtscreen dtscreen: remove register keyword 2018-06-27 22:20:34 -06:00
dtsearchpath
dtsession
dtspcd
dtsr
dtstyle
dtterm 'notdef' means it's not used, so we remove it 2019-10-15 20:32:13 -06:00
dtudcexch
dtudcfonted Merge /u/jrubio/cdesktopenv/ branch incompatible-pointer-types into master 2019-10-12 21:43:45 +00:00
dtwm Remove all optional compile flags from dtwm that are not referenced anywhere, and are unlikely to ever be used 2019-10-17 20:34:14 -06:00
fontaliases
icons
localized Merge branch 'master' into utf8-conversion after 2.3.1 release 2019-11-16 16:34:48 -07:00
nsgmls Fix to Wenum-compare 2019-10-10 17:01:56 +02:00
palettes
ttsnoop Restore original `tail` functionality in ttsnoop, with POSIX args 2018-11-04 10:28:42 -07:00
tttypes
types
util
Imakefile