From 2cb8fef483849ad7b2906e110cfc6516ea43bb9e Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 5 Dec 2005 17:35:51 +0000 Subject: Fixed segfault in destructor when chaining 3 exceptions or more. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9743e8d..b5fcddd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ VERSION 0.8.1cvs 2005-12-04 Vincent Richard + * exception.{hpp|cpp}: fixed segfault in destructor when destroying + an exception chain with more than 2 elements (thanks to Bertrand + Benoit). + * posixChildProcess.cpp: fixed a bug in argument vector; last argument was not NULL (thanks to Bertrand Benoit). -- cgit