public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Using source-level annotations to help GCC detect buffer overflows
@ 2021-06-28 19:06 Martin Sebor
  2021-06-29 12:27 ` David Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Sebor @ 2021-06-28 19:06 UTC (permalink / raw)
  To: gcc mailing list

I wrote an article for the Red Hat Developer blog about how
to annotate code to get the most out of GCC's access checking
warnings like -Warray-bounds, -Wformat-overflow, and
-Wstringop-overflow.  The article published last week:

https://developers.redhat.com/articles/2021/06/25/use-source-level-annotations-help-gcc-detect-buffer-overflows

Martin

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-01  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 19:06 Using source-level annotations to help GCC detect buffer overflows Martin Sebor
2021-06-29 12:27 ` David Brown
2021-06-29 15:50   ` Martin Sebor
2021-06-29 18:31     ` David Brown
2021-06-30 17:12       ` Martin Sebor
2021-07-01  8:18         ` David Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).