Fix a nasty bug in the decryption code.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 22 Jan 2010 05:18:05 +0000 (21:18 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 22 Jan 2010 05:18:05 +0000 (21:18 -0800)
commit5f2b6416e93119d1896f5fcf703af81a292cd2ad
tree34f3346af3f46893b36cd8e3a1446bbe20c715e8
parent1f1a8707d75f7906036e663e26d7b6910ef9d9d3
Fix a nasty bug in the decryption code.

This was a typo but it led to various types of memory corruption; after
decrypting the returned string was marked as being larger than it should
have been--also meaning that the last bytes in the buffer were off in
unallocated space.
bluesky/crypto.c