Changeset 39464

Timestamp:
Sep 21, 2007, 8:45:14 PM (15 years ago)
Author:
Ion Gaztañaga
Message:

Glenn Schrader patch: Segmentation fault with 1.34+ on Linux x86_64.
Reason: The ~ only complemented the 32 bit unsigned value. When the value was expanded into a size_t the value isn't sign extended so the upper 32 bits wind up being zero. Since this is used as an address mask the upper half of the address is zeroed.

(No files)

Note: See TracChangeset for help on using the changeset viewer.