Peter Howkins
30ad8e35e5
libtt: Resolve coverity warnings
2018-04-11 19:31:03 +01:00
Jon Trulson
f4e3cb8327
dthelp/FormatUtils: fix coredump in dthelpgen due to free() of a bad address
2018-04-10 16:30:25 -06:00
Peter Howkins
ccab0597ed
libdtterm: Resolve coverity issues
2018-04-04 19:48:23 +01:00
Jon Trulson
4e61c62742
libDtSearch/dtsrapi.c: Coverity CID 86857; dest buf too small
2018-04-02 17:02:16 -06:00
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
Jon Trulson
78110e7921
libtt/isrepair.c: coverity CID 86705; uninit ptr read
2018-04-01 14:25:34 -06:00
Jon Trulson
5729327cc8
dtexec,DtSvc/MsgLog.c: coverity CID 89585; resource leak
2018-04-01 13:54:22 -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
2c2fb1151d
csa/match.c: coverity CID 87204; bad free; WTF
2018-03-31 18:36:22 -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
Peter Howkins
73b6311a83
libDtWidget: Resolve some Coverity warnings
2018-03-31 00:15:05 +01:00
Peter Howkins
50a96959f0
libtt: Resolve some compiler warnings
2018-03-28 21:34:08 +01:00
Peter Howkins
637abd5d5c
Resolve some coverity warnings
2018-03-08 23:03:21 +00:00
alx
5669c8a60f
libtt: pass proper flags to getfsstat, log error message and exit if it fails
2017-07-29 12:42:49 -06:00
alx
ae7dd95cc4
ttsession: don't segfault if host name isn't properly set
2016-12-31 15:14:59 -07:00
alx
c855ee9765
libDtSvc: added Xinerama support to _DtMessageDialog
2016-12-31 15:14:43 -07:00
Swift Griggs
1fdcd4c93d
Patches from pkgsrc-WIP
2016-08-05 11:21:06 -06:00
Jon Trulson
a173dd3b3b
release: update version to 2.2.4, update HISTORY
2016-06-19 12:46:29 -06:00
Peter Howkins
2ea057d511
Disable all code related to libXp
...
deprecated and mostly no longer included on current OSes
2016-04-20 20:17:22 +01:00
Jon Trulson
10742f3679
ttcp: fix missing arg to fprintf
2015-12-18 09:55:20 -07:00
alx
ae16363537
DtWidget: resolved some compiler warnings
2015-07-23 18:51:48 -06:00
alx
c67763c82d
DtWidget: added appropriate KeyPress event handler to DtIcon widget
2015-07-23 18:51:43 -06:00
Douglas Carmichael
ecdf9eba10
Changed memcpy() to memmove() to stop coredumping on OpenBSD 5.7.
2015-06-21 17:07:41 -06:00
Jon Trulson
14b9e2efa3
cde: change revision to 2.2.3
2015-05-09 16:58:46 -06:00
Ulrich Wilkens
8b38d9ea49
Fix broken build on OpenBSD
2015-05-09 16:21:32 -06:00
Ulrich Wilkens
2b8b5f25b5
Support for new Solaris/OpenIndiana versions
2015-05-09 16:19:08 -06:00
Stuart Brady
0306c7c6f2
DtTerm: fix formatted text in history buffer
...
Formatted text currently gets corrupted by DtTerm when copied into its
history buffer.
As soon as a line of text is copied into the history, the text of each
segment of formatted text is altered so that it contains the text from
the start of the line. For example:
echo -e '\e[1mbold\e[m \e[4munderlined\e[m'
When the text has scrolled off the screen, scrolling back to it reveals:
boldbbold under
This is fixed by adding the calls to _DtTermPrimBufferGetCharacterPointer
that were missing which would update the buffer pointer when inserting
text into the history buffer.
2015-05-05 16:47:05 -06:00
Peter Howkins
5c8f66a07d
libDtSvc: Resolve 28 compiler warnings.
2015-01-14 14:10:55 +00:00
Peter Howkins
49266f9019
libDtPrint: Resolve the 1 remaining compiler warning.
2015-01-14 11:43:58 +00:00
Peter Howkins
f8f04a5977
libDtHelp: Resolve 11 compiler warnings.
2015-01-14 11:41:38 +00:00
Matthew Howkins
2863b839e5
libtt: Change to standard function prototypes in ttauth. Fix some compiler warnings by adding #includes
2014-12-30 17:31:46 +00:00
Matthew Howkins
be49dc56bc
libtt: Fix some uninitialized variables detected by Coverity
2014-12-30 17:31:38 +00:00
Jon Trulson
7484c6f88b
DtXinerama: no need to check unsigned int < 0 (CID:86121)
2014-12-27 14:14:59 -07:00
Jon Trulson
4c6e66ceb8
tt/mini_isam: Coverity (memory corruption, moderate)
2014-12-26 16:15:53 -07:00
Jon Trulson
6f45dde569
tt/mini_isam: Coverity (memory corruption, moderate)
2014-12-26 16:15:25 -07:00
Jon Trulson
ce7bdf9f62
ttsession: Coverity (memory corruption, moderate)
2014-12-26 16:14:35 -07:00
Jon Trulson
e45843bc95
ttauth: Coverity (memory corruption, moderate)
2014-12-26 16:13:07 -07:00
Jon Trulson
3013374988
csa: Coverity (memory corruption, moderate)
2014-12-26 16:00:55 -07:00
Jon Trulson
50de34a933
DtTerm: Coverity (memory corruption, moderate)
2014-12-26 15:59:52 -07:00
Jon Trulson
cedb47114f
DtTerm: Coverity (memory corruption, moderate)
2014-12-26 15:58:50 -07:00
Jon Trulson
c18f109032
DtSvc/DtUtil2: Coverity (memory corruption, moderate)
2014-12-26 15:57:47 -07:00
Jon Trulson
775008571d
DtSvc/DtUtil1: Coverity (memory corruption, moderate)
2014-12-26 15:56:10 -07:00
Jon Trulson
9d26729d65
DtSvc/DtEncap: Coverity (memory corruption, moderate)
2014-12-26 15:55:02 -07:00
Jon Trulson
48cfb46a97
DtSvc: Coverity (memory corruption, moderate)
2014-12-26 15:54:08 -07:00
Jon Trulson
80b516d021
DtSearch: remove bogus debug block
2014-12-26 15:52:33 -07:00
Jon Trulson
17379a3fc0
DtHelp: Coverity (memory corruption, moderate)
2014-12-26 15:50:41 -07:00
Jon Trulson
7887e99477
DtHelp: Coverity (memory corruption, moderate)
2014-12-26 15:49:43 -07:00
Jon Trulson
f719d20b6c
ttauth: Coverity (memory corruption)
2014-12-26 14:12:10 -07:00