[gcc r13-1921] docs: fix copy&paste error in -Wanalyzer-putenv-of-auto-var
David Malcolm
dmalcolm@gcc.gnu.org
Mon Aug 1 23:32:04 GMT 2022
https://gcc.gnu.org/g:ffd12be1394a49b734c51d2fee60584c66ff2f05
commit r13-1921-gffd12be1394a49b734c51d2fee60584c66ff2f05
Author: David Malcolm <dmalcolm@redhat.com>
Date: Mon Aug 1 19:30:15 2022 -0400
docs: fix copy&paste error in -Wanalyzer-putenv-of-auto-var
gcc/ChangeLog:
* doc/invoke.texi (-Wanalyzer-putenv-of-auto-var): Fix copy&paste
error.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
Diff:
---
gcc/doc/invoke.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index e8cd60103e4..863580b3710 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10023,7 +10023,7 @@ See @uref{https://cwe.mitre.org/data/definitions/476.html, CWE-476: NULL Pointer
@opindex Wanalyzer-putenv-of-auto-var
@opindex Wno-analyzer-putenv-of-auto-var
This warning requires @option{-fanalyzer}, which enables it; use
-@option{-Wno-analyzer-possible-null-dereference} to disable it.
+@option{-Wno-analyzer-putenv-of-auto-var} to disable it.
This diagnostic warns for paths through the code in which a
call to @code{putenv} is passed a pointer to an automatic variable
More information about the Gcc-cvs
mailing list