Peter Howkins
acc3d8868a
libdtsvc: Resolve coverity warnings related to 'dereference before null check' related to free()
2018-04-02 22:10:46 +01:00
Peter Howkins
b0c5941e3e
libdtsvc: Compiler warning prevention
2018-04-02 21:31:50 +01:00
Peter Howkins
bcee6be5d8
Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code
2018-04-02 20:32:56 +01:00
Peter Howkins
0b38496bd8
dtmail: resolve 'deference before null check' errors related to if(!NULL) checks around free() calls
2018-04-02 20:29:28 +01:00
Jon Trulson
2cac2a29ac
dtwm/WmResource.c: remove errant ')' added in previous commit
2018-04-02 12:22:32 -06:00
Peter Howkins
8362f92ceb
dtwm: Resolve coverity warnings
2018-04-02 18:08:40 +01:00
Jon Trulson
4b9bcae29f
dtcreate/fileio.c: coverity CID 175094; dref bef NULL
2018-04-01 18:41:54 -06:00
Jon Trulson
dbe044c24c
dtcreate/CreateActionAppShell.c: coverity CID 175092; uninit ptr read
2018-04-01 18:35:14 -06:00
Jon Trulson
2363b97d60
dtcalc: remove MAX_PATH, use standard PATH_MAX
2018-04-01 18:33:00 -06:00
Jon Trulson
ce471d7068
dtcalc/ds_xlib.c: coverity CID 175093; wrong sizeof/bad free
2018-04-01 18:30:10 -06:00
Jon Trulson
75a892d93f
dtudcfonted/_faludcInf.c: coverity CIDs 175096,175092; uninit ptr read
2018-04-01 18:06:10 -06:00
Jon Trulson
03ba4e454c
dtudcfonted/gpftobdf.c: coverity CIDs 87073,87008,87029,86919,86898,86715; uninit scalar
2018-04-01 14:42:38 -06:00
Jon Trulson
78110e7921
libtt/isrepair.c: coverity CID 86705; uninit ptr read
2018-04-01 14:25:34 -06:00
Jon Trulson
3020b050ff
dtfile/File.c: coverity CID 88919; uninit array read
2018-04-01 14:21:57 -06:00
Jon Trulson
cd70f1660d
dthelp/Initialize.c: coverity CID 89569; unbounded src buf
2018-04-01 14:16:18 -06:00
Jon Trulson
0843325a43
dtcm/props.c: coverity CID 88573; unbounded src buf
2018-04-01 14:04:25 -06:00
Jon Trulson
5729327cc8
dtexec,DtSvc/MsgLog.c: coverity CID 89585; resource leak
2018-04-01 13:54:22 -06:00
Jon Trulson
adb0acbaf5
dtudcfonted/getfname.c: coverity CID 86392; insecure readlink
2018-04-01 13:46:14 -06:00
Jon Trulson
7fa35c29c4
dtfile: coverity CIDs 88363,88405,89140,89612; insecure readlink
2018-04-01 13:46:04 -06:00
Jon Trulson
b4c4fb594d
dtfile/SharedProcs.c: coverity CID 174852; int overflow
2018-03-31 19:12:32 -06:00
Jon Trulson
9412da725b
libtt/tt_file_system.C: coverity CID 86024; array vs singlton
2018-03-31 19:05:35 -06:00
Jon Trulson
77d10002bf
dtmail/MsgScrollingList.C: coverity CID 87360; memset no effect
2018-03-31 18:55:56 -06:00
Jon Trulson
05773d7499
dtinfo/OutlineListViewMotif.C: coverity CID 87754; memset truncated
2018-03-31 18:53:29 -06:00
Jon Trulson
2c2fb1151d
csa/match.c: coverity CID 87204; bad free; WTF
2018-03-31 18:36:22 -06:00
Jon Trulson
7752966865
dthelp/helpgen.c: coverity CID 175085; use after free
2018-03-31 18:21:14 -06:00
Jon Trulson
ec93faffe7
dtfile/Help.c: coverity CID 88484; use after free
2018-03-31 18:11:14 -06:00
Jon Trulson
4543bc6192
libtt/process.c: coverity CID 87051; use after free
2018-03-31 18:08:02 -06:00
Jon Trulson
6cd0391409
libtt/db_server_svc.C: coverity CID 87060; string overflow
2018-03-31 18:02:11 -06:00
Jon Trulson
bbf028becc
dthelp/htag/malloc: coverity CID 86955; use after free
2018-03-31 17:52:27 -06:00
Jon Trulson
ecee8b3f3a
dtmail/DtMailRc.C: coverity CID 88975; use after free
2018-03-31 17:46:53 -06:00
Jon Trulson
a8102e85e0
dtfile/Main.c: coverity CID 89623; uninit var
2018-03-31 17:34:40 -06:00
Jon Trulson
e7269115b5
dtfile/sharedFuncs.c: coverity CID 88625; use after free
2018-03-31 17:25:35 -06:00
Jon Trulson
c32b5db653
dtfile/SharedProcs.c: coverity CID 89068; use after free
2018-03-31 17:21:34 -06:00
Jon Trulson
0c0b77a509
dtinfo/MixedGen.C: coverity CID 89495; use after free
2018-03-31 14:42:22 -06:00
Jon Trulson
3c72e21cb2
dtspcd: coverity CID 174742; potential NULL derefs
2018-03-31 14:33:31 -06:00
Jon Trulson
af58b6be10
dtinfo/DtSR: coverity CID 88552; memory corruption
2018-03-31 14:33:31 -06:00
Jon Trulson
8862366f00
dtinfo/TextParser.C: coverity CID 89054; mem corruption
2018-03-31 14:33:23 -06:00
Peter Howkins
73b6311a83
libDtWidget: Resolve some Coverity warnings
2018-03-31 00:15:05 +01:00
Peter Howkins
edd928caf5
dtpdmd: Resolve some coverity warnings
2018-03-30 23:48:00 +01:00
Peter Howkins
bcccf559ce
dtcreate: Resolve coverity issues
2018-03-30 23:35:39 +01:00
Peter Howkins
e195df4b50
dtudcfonted: Resolve further coverity issues
2018-03-30 22:09:47 +01:00
Peter Howkins
e507de959e
dtcalc: resolve coverity issues
2018-03-30 20:24:04 +01:00
Peter Howkins
e12e009eb5
dthelp: compiler warning and coverity warning fixes
2018-03-29 00:21:44 +01:00
Peter Howkins
50a96959f0
libtt: Resolve some compiler warnings
2018-03-28 21:34:08 +01:00
Jon Trulson
5dc346b033
CDE-RUN: remove osf bindings
2018-03-28 12:49:53 -06:00
Jon Trulson
700b9d2dd4
Remove old cruft: osf/* and utils/prog*
...
The osf/ stuff includes uil, wml, etc - we expect these to be provided
by Motif, and make no attempt to build them in CDE, so no need for
them.
The only program in utils/prog/ is an ancient verion of lndir that we
do not need for CDE. If you need lndir for some reason, use the
laters version from Xorg, usually installed via the xutils-dev
package.
2018-03-28 12:15:04 -06:00
Peter Howkins
f65f512981
dtcalc: resolve coverity issues
2018-03-28 02:24:27 +01:00
Peter Howkins
0b93afd2ca
dtscpd: resolve compiler and coverity warnings
2018-03-28 02:08:36 +01:00
Peter Howkins
55c59be795
dtcudcfonted: Resolve compiler and coverity warnings
2018-03-28 01:29:28 +01:00
Peter Howkins
49d1ca38e4
dtdocbook: glibc 2.27 drops support for matherr() support in math.h
2018-03-27 03:55:32 +01:00