Question: what is the plan: add index checks to every Postfix data
type that contains some kind of sequence?
I see that you're changing the meaning of ARGV.len, from the number
of array elements (including the ARGV.argv null terminator) to
something smaller. Isn't that a problem? Postfix needs to access
the null terminator to find out when it should stop.
I see Clang documentation where __counted_by__() specifies the
allocation size, not something smaller. Should we be using that
here, too?
There are also unused macros POSTFIX_SIZED_BY*(). If these are not
used then they should be deleted.
Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]