The compiler instruments risky pointer operations to prevent buffer overflows and invalid heap use.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -fmudflap |
Windows: | None |
None
OFF | The compiler does not instruments risky pointer operations. |
The compiler instruments risky pointer operations to prevent buffer overflows and invalid heap use. Requires gcc 4.0 or newer.
None