843401a935
“If two pointers p and q of the same type point to different that are not members of the same object or elements of the same array or to different functions, or if only one of them is null, the results of p<q, p>q, p<=q, and p>=q are unspecified.” Signed-off-by: Anders Kaseorg <andersk@mit.edu>