Vitaly Buka
|
bf6000dc98
|
[sanitizer] Fix the test on Solaris
On Solaris sem_open on the same name returns the same pointer, and
then sem_close fails the call.
|
2021-08-12 16:10:23 -07:00 |
Vitaly Buka
|
0831f8bf79
|
[NFC] Fix typo in comment
|
2021-08-10 01:11:42 -07:00 |
Vitaly Buka
|
f33d51d592
|
[sanitizer] Intercept sem_open/sem_unlink
Without interceptor implementation may call strlen on internal
buffers causing false msan errors.
Differential Revision: https://reviews.llvm.org/D107615
|
2021-08-10 01:11:16 -07:00 |
Florian Mayer
|
9b74924b6c
|
Revert "[sanitizer] Intercept sem_open/sem_unlink"
This reverts commit 69a909b9fe.
|
2021-08-09 19:50:31 +01:00 |
Vitaly Buka
|
69a909b9fe
|
[sanitizer] Intercept sem_open/sem_unlink
Without interceptor implementation may call strlen on internal
buffers causing false msan errors.
Differential Revision: https://reviews.llvm.org/D107615
|
2021-08-09 10:57:23 -07:00 |