Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP: Add a workaround to a "use-of-uninitialized-value"
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)) {
- Loading branch information