pkgrip
pkgrip copied to clipboard
Fix for #3
This fixes #3
Tested it on multiple BLES01976 update packages.
Instead of setting only the terminal byte, I advice adding a memset(pkg_file_name, 0, namelength);
instruction after the malloc
so that memory is cleaned.