avast / authenticode-parser

Authenticode-parser is a simple C library for Authenticode format parsing using OpenSSL.
MIT License
16 stars 8 forks source link

Fixed possible null pointer dereference in countersignature parsing #8

Closed metthal closed 2 years ago

metthal commented 2 years ago

Reordered the null pointer checks so that there's no possible null pointer dereference.