summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-17 03:05:32 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-17 03:05:32 +0000
commitc46e8ae80540713ec24fd6d1eea68744937ef158 (patch)
tree12b6d1dba219dc5d665ec43bcded39661d13e791 /ChangeLog
parent6842e89f85b1fa30344e2bf3d28e51dbfd978370 (diff)
Specs say SmsInitialize & SmcOpenConnection return NULL terminated stringsXORG-7_0_99_901
in errorStringRet, but were just calling strncpy and not making sure strings were NULL terminated if errorLength wasn't long enough. (Noticed while evaluating Coverity ids 196 & 201.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9272fc1..836e691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-16 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * src/sm_manager.c:
+ * src/sm_client.c:
+ Specs say SmsInitialize & SmcOpenConnection return NULL terminated
+ strings in errorStringRet, but were just calling strncpy and not
+ making sure strings were NULL terminated if errorLength wasn't long
+ enough. (Noticed while evaluating Coverity ids 196 & 201.)
+
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac: