rhboot / pesign

Linux tools for signed PE-COFF binaries
GNU General Public License v2.0
111 stars 51 forks source link

cms_common: Fixed Segmentation fault #104

Closed nfrayer closed 1 year ago

nfrayer commented 1 year ago

When running efikeygen, the binary crashes with a segfault due to dereferencing a *ptr instead of a ptr.

nfrayer commented 1 year ago

@frozencemetery @vathpela Can you please help me to review this ?