[Expat-discuss] Crash in lookup()

Carsten Fuchs CarstenFuchs at T-Online.de
Mon Jan 24 13:27:40 CET 2011


Am 2011-01-24 11:34, schrieb Carsten Fuchs:
> where i == 0x38 and table->v[i] == 0xdddddddd (pointer to previously deleted memory).

Small correction:
table->v[i] itself is not 0xdddddddd of course, but the memory it points to is filled by C 
runtime with 0xdd bytes when it was deleted, and thus table->v[i]->name == 0xdddddddd.

Best regards,
Carsten



-- 
    Cafu - the open-source Game and Graphics Engine
for multiplayer, cross-platform, real-time 3D Action
           Learn more at http://www.cafu.de

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5219 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.libexpat.org/pipermail/expat-discuss/attachments/20110124/c4e27492/attachment.bin>


More information about the Expat-discuss mailing list