Commit 843401a9 authored by Anders Kaseorg's avatar Anders Kaseorg
Browse files

Display::Display: Fix undefined pointer comparison



“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: default avatarAnders Kaseorg <andersk@mit.edu>
parent 5ac36b58
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment