From: Michael Vrable Date: Fri, 22 Jan 2010 05:18:05 +0000 (-0800) Subject: Fix a nasty bug in the decryption code. X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=5f2b6416e93119d1896f5fcf703af81a292cd2ad;hp=5f2b6416e93119d1896f5fcf703af81a292cd2ad;p=bluesky.git 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. ---