[Bug analyzer/105889] RFE: -fanalyzer should complain about uses of inherently unsafe functions

egallager at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jun 8 17:47:04 GMT 2022


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

--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
Alternate idea: have fixincludes modify headers that still declare gets() and
mktemp() to annotate them with __attribute__((error)) or
__attribute__((warning)), if they don't already have at least one of them


More information about the Gcc-bugs mailing list