You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
LeakSanitizer reports leaks when running t/re/pat.t. (See attached S_regatom-leaks.txt for LS output.)
Same output with non-debugging and debugging builds.
Steps to Reproduce
Build blead using clang-10 and ASan on either Linux or MacOS. (For the latter, explicitly enable LeakSanitizer using ASAN_OPTIONS=detect_leaks=1.)
Description
LeakSanitizer reports leaks when running t/re/pat.t. (See attached S_regatom-leaks.txt for LS output.)
Same output with non-debugging and debugging builds.
Steps to Reproduce
Build blead using clang-10 and ASan on either Linux or MacOS. (For the latter, explicitly enable LeakSanitizer using
ASAN_OPTIONS=detect_leaks=1
.)Expected behavior
No leaks!
Perl configuration
See attached perl-V.txt.
The text was updated successfully, but these errors were encountered: