diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-05-28 14:18:26 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-29 20:57:55 -0700 |
commit | 86b7862ae45aeaa09f9020274bbb57676acba7ca (patch) | |
tree | 87ffa80cb6771858333e2da01e177735fed3ec56 /meta-python/recipes-devtools/python/python3-matplotlib | |
parent | 7ecfdeb3cf4e13801b63f0c05afd572d9df54403 (diff) | |
download | meta-openembedded-86b7862ae45aeaa09f9020274bbb57676acba7ca.tar.gz |
android-tools: fix adb/libssl-1.1 patch
GCC 14.0 being stricter regarding const pointers pointed out the issue
in the adb_libssl_11.diff. RSA_get0_key returns pointers to internal
data of an RSA key structure. As such, this data should use const
pointers, should not be allocated and, more importantly, should not be
freed. Update the patch to use const pointers, drop allocation and
freeing of the 'n' big number.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib')
0 files changed, 0 insertions, 0 deletions