| 41 | |
| 42 | ----------------- |
| 43 | |
| 44 | Well 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 | |
| 46 | So 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 | |
| 48 | Will install a heisenrev on my main machine and build there, and send the build to Dane, should fix it; will report back |
| 49 | |
| 50 | |