https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116250

            Bug ID: 116250
           Summary: Add ASAN/Valgrind annotations to vec
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: internal-improvement
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
  Target Milestone: ---

ASAN supports marking memory as undefined ("poisoned") like we do for Valgrind
in a few places (but not here).

We should consider doing it for vec which has its own allocator wrapping.

Reply via email to