]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
rc4: Round up output buffer size.
authorAndre Noll <maan@systemlinux.org>
Fri, 14 Sep 2007 09:16:27 +0000 (11:16 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 14 Sep 2007 09:16:27 +0000 (11:16 +0200)
valgrind indicated that RC4() writes beyond the end of the output buffer which
was was of the same size than the input buffer. Workaround this by rounding up
the output buffer size to a multiple of 8.


No differences found