]> git.tuebingen.mpg.de Git - paraslash.git/commit
fix potential segfault in para_client
authorAndre <maan@p133.(none)>
Mon, 3 Apr 2006 19:50:06 +0000 (21:50 +0200)
committerAndre <maan@p133.(none)>
Mon, 3 Apr 2006 19:50:06 +0000 (21:50 +0200)
commite2213f2468eb1c6f8ca033c6529ee1b5ceadab7f
tree4068e7ed0fcc99a54fd1f011489379d920a5b100
parent9ebd69fa0ad93040ca37190e1b71683d027095e9
fix potential segfault in para_client

The first data buffer which is sent by the server is checked for
the AWAITING_DATA_MSG, but that buffer might not be 0-terminated..

Some other minor cleanups also.
client.c