]> git.tuebingen.mpg.de Git - paraslash.git/commit
RC4: Allocate 8 extra bytes for send buffer.
authorAndre Noll <maan@systemlinux.org>
Tue, 11 May 2010 07:00:29 +0000 (09:00 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 11 May 2010 07:00:29 +0000 (09:00 +0200)
commit7cb8fa26cfdcb3d34f8be2b86c48ffc6d7b9d84a
tree04704ac22712378dda2fbe373a37cc2538aa5c5b
parenteb61cd5db32a081c0c2ff3ee9d136cdc586c16a0
RC4: Allocate 8 extra bytes for send buffer.

valgrind on Mac OS complains. Apparently openssl writes some bytes
more than the length of the output buffer.
crypt.c