diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-03-11 08:23:56 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-03-11 08:24:19 +0100 |
commit | 9bdf92c79d63b42f931101bb6df87129c408b0c4 (patch) | |
tree | 7efd60fdfd80e687502c0bb1c7b511010153e7a4 /sysdeps/x86_64/tst-avx512mod.c | |
parent | aefc79ab5ad4bb9feea2876720cec70dca7cd8ed (diff) | |
download | glibc-9bdf92c79d63b42f931101bb6df87129c408b0c4.tar.gz glibc-9bdf92c79d63b42f931101bb6df87129c408b0c4.tar.xz glibc-9bdf92c79d63b42f931101bb6df87129c408b0c4.zip |
nss: Protect against errno changes in function lookup (bug 28953)
dlopen may clobber errno. The nss_test_errno module uses an ELF constructor to achieve that, but there could be internal errors during dlopen that cause this, too. Therefore, the NSS framework has to guard against such errno clobbers. __nss_module_get_function is currently the only function that calls __nss_module_load, so it is sufficient to save and restore errno around this call. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/x86_64/tst-avx512mod.c')
0 files changed, 0 insertions, 0 deletions