Changes between Version 1 and Version 2 of Ticket #12699, comment 5


Ignore:
Timestamp:
May 2, 2016, 10:16:00 AM (8 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12699, comment 5

    v1 v2  
    3939
    4040Here's hoping we're able to switch all our hrevs to newer ones (pending commit of the two-liner in #12373 which seems to be excruciatingly difficult to do for some reason :-) so as to work around this issue.
     41
     42-----------------
     43
     44Well d'uh ! Turns out the '''sizeof() of BUrlContext grew''' by 32 bytes in hrev49790, straddling the hrev I use to build and the hrev that Dane is now using.
     45
     46So of course, code compiled against the older header would allocate the next object 32 bytes 'earlier' than it should, clobbering BUrlContext's `fCertificates` member to kingdom come
     47
     48Will install a heisenrev on my main machine and build there, and send the build to Dane, should fix it; will report back
     49
     50