diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |