nsswitch: add test for pthread_key_delete missuse (bug 15464)
commit62af25d44e542548d8cdecb061a6001e0071ee76
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Sep 2023 11:57:26 +0000 (8 13:57 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Sep 2023 17:56:30 +0000 (14 17:56 +0000)
tree7b72308b898ab673717feb6a13178bf0fdc77d6d
parent19fb9a97dff2c0222d89a19bc9b0cd27f0306408
nsswitch: add test for pthread_key_delete missuse (bug 15464)

This is based on https://bugzilla.samba.org/attachment.cgi?id=18081
written by Krzysztof Piotr Oledzki <ole@ans.pl>

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15464

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
nsswitch/b15464-testcase.c [new file with mode: 0644]
nsswitch/wscript_build
selftest/knownfail.d/b15464_testcase [new file with mode: 0644]
source3/selftest/tests.py
testprogs/blackbox/b15464-testcase.sh [new file with mode: 0755]