You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found with clang, CFLAGS=-fsanitize=memory.
Fix GitHub issues the-tcpdump-group#848 and the-tcpdump-group#849.
The problem is that for some unknown reason the pt buffer is not
initialized after EVP_DecryptUpdate() call, no error, in:
print-esp.c:260: if (!EVP_DecryptUpdate(ctx, pt, &len, ct, ctlen)) {
fxlb
added a commit
to fxlb/tcpdump
that referenced
this issue
Aug 12, 2022
Found with clang, CFLAGS=-fsanitize=memory.
Fix GitHub issues the-tcpdump-group#848 and the-tcpdump-group#849.
The problem is that for some unknown reason the pt buffer is not
initialized after EVP_DecryptUpdate() call, no error, in:
print-esp.c:260: if (!EVP_DecryptUpdate(ctx, pt, &len, ct, ctlen)) {
(cherry picked from commit 47a7e20)
need to fix print-isakmp.c. Test case:
The text was updated successfully, but these errors were encountered: