thesofproject / rimage

DSP firmware image creation and signing tool
Other
7 stars 62 forks source link

manifest: fix buffer init in resign #78

Closed juimonen closed 2 years ago

juimonen commented 2 years ago

Set buffer to NULL to prevent freeing bogus memory in error case.

Signed-off-by: Jaska Uimonen jaska.uimonen@linux.intel.com

lgirdwood commented 2 years ago

No more warnings with clang 12

Looks like we need to add clang to CI ?