Many good points
Many good points
Posted Nov 4, 2007 12:25 UTC (Sun) by epa (subscriber, #39769)In reply to: Many good points by pynm0001
Parent article: Daniel Bernstein: ten years of qmail security
Hmm, you caught me out with 55 versus 56, but isn't it the case that in C it is legal to point to one element past the end of an array (as long as you don't try to read or write the value held there). So a[55] in an array of 55 elements is defined in so far as you can compare a pointer to &(a[55]).
