From: Marc W. <no...@gi...> - 2025-06-23 12:47:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c32fd39d4bfd6fd9ff2dd92f1351ca45e1e176ff https://github.com/OpenSC/OpenSC/commit/c32fd39d4bfd6fd9ff2dd92f1351ca45e1e176ff Author: Marc Willert <783...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- initialize keyblob keyblob is a local variable as local variables are not initialized, its value is indeterminate keyblob is passed into fread_to_eof(...) which will do a realloc on keyblob To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |