HomeFreeBSD

libedit: Disable -Wuse-after-free for chartype.c.

Description

libedit: Disable -Wuse-after-free for chartype.c.

GCC 12 thinks ct_visual_string can reuse a pointer after it has been
reallocated, but in this case the warning appears false.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D36820

Details

Provenance
jhbAuthored on Oct 3 2022, 11:10 PM
Reviewer
emaste
Differential Revision
D36820: libedit: Disable -Wuse-after-free for chartype.c.
Parents
rG996ee9659763: libbegemot: Disable -Wuse-after-free.
Branches
Unknown
Tags
Unknown