summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/purify.solaris26
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/purify.solaris2 b/etc/purify.solaris2
index 4c823902a4c..8490d13f381 100644
--- a/etc/purify.solaris2
+++ b/etc/purify.solaris2
@@ -123,6 +123,12 @@ suppress fmr unsafe_ostream::flush(void); unsafe_ostream::~unsafe_ostream(void);
suppress fmr thr_getspecific
suppress fmr thr_setspecific
+#### Write of one byte beyond the stack in ::pthread_setcanceltype ().
+#### This code fragment exhibits the BSW error:
+#### int result;
+#### return ::pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, &result);
+suppress bsw pthread_setcanceltype
+
####
#### TSS leaks: on Solaris, TSS isn't cleaned up very well.
####