| 5a643c23 | 05-Aug-2021 |
vlserov <[email protected]> |
GCC 11: suppress stringop-overread warning (#519)
1. Using thread_local for non-pointer types instead of tbb::detail::r1::tls
2. Replace magic-value with valid pointer
Signed-off-by: Serov, Vlad
GCC 11: suppress stringop-overread warning (#519)
1. Using thread_local for non-pointer types instead of tbb::detail::r1::tls
2. Replace magic-value with valid pointer
Signed-off-by: Serov, Vladimir <[email protected]>
show more ...
|
| 94b62cc1 | 01-Jul-2021 |
vlserov <[email protected]> |
ASAN: test_malloc_whitebox (#467)
Reverting ASAN fix for test_malloc_regression #415
Turn off memory leaks test in test_malloc_regression test case
Signed-off-by: Serov, Vladimir <vladimir.serov
ASAN: test_malloc_whitebox (#467)
Reverting ASAN fix for test_malloc_regression #415
Turn off memory leaks test in test_malloc_regression test case
Signed-off-by: Serov, Vladimir <[email protected]>
show more ...
|
| c0b91bdb | 28-Jun-2021 |
Anton Potapov <[email protected]> |
ASAN: disable OOM test in test_malloc_compliance (#459)
Out Of Memory conditions simulated in the ReallocParam test breaking ASAN, so skip this case under it.
Signed-off-by: Alexei Katranov <alex
ASAN: disable OOM test in test_malloc_compliance (#459)
Out Of Memory conditions simulated in the ReallocParam test breaking ASAN, so skip this case under it.
Signed-off-by: Alexei Katranov <[email protected]>
show more ...
|