K 10 svn:author V 3 cem K 8 svn:date V 27 2019-12-24T06:08:29.260167Z K 7 svn:log V 225 kern_synch: Fix some UB It is UB to evaluate pointer comparisons when pointers do not point within the same object. Instead, convert the pointers to numbers and compare the numbers. Reported by: kib Discussed with: rlibby END