diff options
author | Rouven Czerwinski <r.czerwinski@pengutronix.de> | 2024-09-27 17:30:47 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:24 -0800 |
commit | 5f76bd19b04336ccad034279ca2e17bb2b7208e3 (patch) | |
tree | 137184e1ac9786e5903b83e121d10652fc34f029 /meta-python/recipes-devtools/python | |
parent | 075bf19ff903089b77b29c0943932577f8fba9ce (diff) | |
download | meta-openembedded-5f76bd19b04336ccad034279ca2e17bb2b7208e3.tar.gz |
softhsm: add destroyed global access prevention patch
Currently softhsm will try to access deleted obejcts due to the order of
atexit handler implementations. Add a patch which adds a global variable
to track whether objects are deleted and prevents access if this is the
case.
This fixes a failure with the signing.bbclass where when signing
multiple fitimage configurations the second signing operation will lead
to a segfault.
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions