diff options
author | Andrey Kovalev <ded@altlinux.org> | 2024-10-18 10:25:17 +0300 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-10-18 08:00:00 +0000 |
commit | 43bdb7ce04c9cb00bdf0f5dda818b077b9dc7c56 (patch) | |
tree | 0bb54c65e292f5ab060968d5d1168f1d33a86953 /tests/meson.build | |
parent | 29c390c7e5c7ee12a1beebd7458aed2fcba53f91 (diff) | |
download | pam-43bdb7ce04c9cb00bdf0f5dda818b077b9dc7c56.tar.gz pam-43bdb7ce04c9cb00bdf0f5dda818b077b9dc7c56.tar.bz2 pam-43bdb7ce04c9cb00bdf0f5dda818b077b9dc7c56.zip |
pam_get_authtok*: disallow setting pamh to NULL
This also prevents a potential NULL pointer dereference in
pam_get_authtok_internal and pam_get_authtok_verify when
the pamh argument they access is set to NULL.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 4d37e450..21811b1f 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -8,6 +8,7 @@ foreach name: ['dlopen', 'pam_authenticate', 'pam_chauthtok', 'pam_setcred', + 'pam_get_authtok', 'pam_get_item', 'pam_set_item', 'pam_getenvlist', |