pkgrip icon indicating copy to clipboard operation
pkgrip copied to clipboard

Fix for #3

Open grey10110 opened this issue 1 year ago • 1 comments

This fixes #3

Tested it on multiple BLES01976 update packages.

grey10110 avatar Sep 26 '23 21:09 grey10110

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.

CelesteBlue-dev avatar Sep 27 '23 03:09 CelesteBlue-dev