From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron@ronnatalie.com (Ron Natalie) Date: Thu, 8 Jun 2017 14:55:03 -0400 Subject: [TUHS] Array index history In-Reply-To: <09918D02-9DA7-46B8-873E-A60489570400@kdbarto.org> References: <09918D02-9DA7-46B8-873E-A60489570400@kdbarto.org> Message-ID: <024101d2e088$bd71eda0$3855c8e0$@ronnatalie.com> = > I find it interesting that there are now a slew of testing programs (Valgrind, Address Sanitizer, Purify, etc) that will add the ‘missing’ > array bounds checking for C. And nothing prevents a C compiler from doing bounds checking, it's just not obliged to. There are C compilers that will allow you to enable such checks for debugging purposes.