]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Use separate buffers for encrypted and decrypted content in print-esp.c
authorMartin Sehnoutka <[email protected]>
Wed, 12 Jul 2017 08:09:24 +0000 (10:09 +0200)
committerMartin Sehnoutka <[email protected]>
Tue, 29 Aug 2017 08:04:35 +0000 (10:04 +0200)
The EVP_Cipher function should not be called with the same buffer as
input and output. It works fine on most architectures, but fails on
PowerPC. There is also a second problem, that we write the output to a
const buffer, but this issue is not addressed with this PR.


No differences found