Skip to content

Commit 7c077aa

Browse files
committed
Add References heading to Compiler Annotations Guide
Signed-off-by: Thomas Nyman <thomas.nyman@ericsson.com>
1 parent 77b6a47 commit 7c077aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Compiler-Hardening-Guides/Compiler-Annotations-for-C-and-C++.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,5 @@ void do_with_untrusted_input(int untrusted_input) __attribute__ ((tainted_args))
340340
341341
[^gcc-tainted-args]: GCC team, [Using the GNU Compiler Collection (GCC): 6.35.1 Common Function Attributes: tainted_args](https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-tainted_005fargs-function-attribute), GCC Manual, 2025-08-08.
342342
[^Malcolm23]: Malcolm, David. [Enable "taint" state machine with -fanalyzer without requiring -fanalyzer-checker=taint](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103533#c9), GCC Bug 103533, 2023-12-01.
343+
344+
## References

0 commit comments

Comments
 (0)