From: Andrew Tridgell Date: Wed, 1 Apr 1998 05:20:19 +0000 (+0000) Subject: fixed a string termination bug in the uidlist handling code. I've also X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/575f2fca9ab74cb30cca67323a414d7b0cdd0845?hp=575f2fca9ab74cb30cca67323a414d7b0cdd0845 fixed a string termination bug in the uidlist handling code. I've also added a read_sbuf() routine that fixes this kind of bug generically to avoid similar problems in future. ---