diff options
| author | Robert Mustacchi <rm@joyent.com> | 2017-06-05 20:48:33 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2017-06-05 20:48:33 +0000 |
| commit | 49add8ec88f479abb39ea7a1962c18ffd9b7a046 (patch) | |
| tree | 95a179591b01f353dfc7f7ba514d1afa826d59bf /usr/src/pkg/manifests | |
| parent | b1ac738d4a193c034d5b994ac54f4f6f662cad73 (diff) | |
| download | illumos-joyent-49add8ec88f479abb39ea7a1962c18ffd9b7a046.tar.gz | |
5097 psignal and psiginfo don't handle NULL arguments correctly
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/pkg/manifests')
| -rw-r--r-- | usr/src/pkg/manifests/system-test-libctest.mf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-libctest.mf b/usr/src/pkg/manifests/system-test-libctest.mf index 558dbdb622..6cc5b2ebcb 100644 --- a/usr/src/pkg/manifests/system-test-libctest.mf +++ b/usr/src/pkg/manifests/system-test-libctest.mf @@ -95,6 +95,9 @@ file path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH) mode=0555 file path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH64) mode=0555 file path=opt/libc-tests/tests/printf-6961.64 mode=0555 file path=opt/libc-tests/tests/priv_gettext mode=0555 +file path=opt/libc-tests/tests/psignal mode=0555 +file path=opt/libc-tests/tests/psignal-5097.32 mode=0555 +file path=opt/libc-tests/tests/psignal-5097.64 mode=0555 file path=opt/libc-tests/tests/pthread_attr_get_np mode=0555 file path=opt/libc-tests/tests/quick_exit mode=0555 file path=opt/libc-tests/tests/quick_exit_order.32 mode=0555 |
