K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-09-23T21:57:29.517587Z K 7 svn:log V 307 MFC 365278: Don't assume objects in program sections have a size of a pointer. The size of the object at 'addr' is unknown and might be smaller than the size of a pointer (e.g. some x86 instructions are smaller than a pointer). Instead, just check that the address is in the bounds of the program header. END