Summary: | AddressSanitizer CHECK failed: detect_stack_use_after_return and detect_invalid_pointer_pairs | ||
---|---|---|---|
Product: | gcc | Reporter: | Paweł Bylica <chfast> |
Component: | sanitizer | Assignee: | Martin Liška <marxin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimhen, dodji, dvyukov, jakub, kcc, mail, marxin |
Priority: | P3 | ||
Version: | 10.2.0 | ||
Target Milestone: | --- | ||
URL: | https://reviews.llvm.org/D89552 | ||
Host: | Target: | ||
Build: | Known to work: | 10.2.1, 11.0 | |
Known to fail: | Last reconfirmed: | 2020-10-15 00:00:00 |
Description
Paweł Bylica
2020-10-14 07:51:47 UTC
Confirmed, I'll take a look at it. Thank you for the bug report. *** Bug 97416 has been marked as a duplicate of this bug. *** I've just an upstream fix: https://reviews.llvm.org/D89552 Waiting for upstream to apply the fix. The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>: https://gcc.gnu.org/g:6c5b08a2ca935c5db68e79d33e5c5b752252115c commit r11-4177-g6c5b08a2ca935c5db68e79d33e5c5b752252115c Author: Martin Liska <mliska@suse.cz> Date: Wed Oct 21 09:28:56 2020 +0200 libsanitizer: add test-case gcc/testsuite/ChangeLog: PR sanitizer/97414 * g++.dg/asan/pr97414.C: New test. Fixed on master so far. The releases/gcc-10 branch has been updated by Martin Liska <marxin@gcc.gnu.org>: https://gcc.gnu.org/g:98cd020ebc50a197de17aecd15afdff718cb06d3 commit r10-8932-g98cd020ebc50a197de17aecd15afdff718cb06d3 Author: Martin Liska <mliska@suse.cz> Date: Wed Oct 21 09:28:56 2020 +0200 libsanitizer: add test-case gcc/testsuite/ChangeLog: PR sanitizer/97414 * g++.dg/asan/pr97414.C: New test. (cherry picked from commit 6c5b08a2ca935c5db68e79d33e5c5b752252115c) Fixed on all active branches. |