--- cvsroot/Coro/Changes 2013/03/05 18:37:43 1.613 +++ cvsroot/Coro/Changes 2013/05/08 00:55:40 1.616 @@ -4,7 +4,13 @@ TODO: channel->maxsize(newsize)? TODO: __GCC_HAVE_DWARF2_CFI_ASM - - manually copy existing __DIE__ and __WARN__ handlers so +6.29 Wed May 8 02:55:18 CEST 2013 + - when an on_destroy handler destructs the coro currently being + destructed a perl scalar could be accessed after being freed, + likely causing a crash. + +6.28 Wed Mar 6 06:58:02 CET 2013 + - clean remnants of existing __DIE__ and __WARN__ handlers so they lose their magic and will not cause segfaults later (testcase by Andrey Sagulin). - improved Coro::State documentation a bit.