On Wednesday 16 July 2003 22.22, [EMAIL PROTECTED] wrote: > wessels 2003/07/16 14:22:26 MDT > > Modified files: > src peer_digest.cc > Log: > Bugzilla #709: cbdata.c:186: "c->valid" assertion due to peer > digest not found
Nice. Suspected that cbdata change would trap something interesting... The change is that cbdataFree now asserts that the data to be freed is not already freed. Previously such events could cause memory corruption. Regards Henrik
