From: Michał T. <no...@gi...> - 2021-08-09 00:15:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: b56082faa03ce5d85fbce13583b27a7a563ebeb1 https://github.com/OpenSC/libp11/commit/b56082faa03ce5d85fbce13583b27a7a563ebeb1 Author: Michał Trojnara <Mic...@st...> Date: 2021-08-09 (Mon, 09 Aug 2021) Changed paths: M src/eng_back.c Log Message: ----------- Fix object searching by label Removed checking whether obj_id is not NULL, because obj_id is a stack pointer declared as "unsigned char obj_id[MAX_VALUE_LEN / 2]". Removed checking whether *obj_id is not (unsigned char)0, because this is an uninitialized stack memory reference unless an "id" value was provided in the URI. closes #417 closes #418 |