From 7dd7080ad70c59ab21514b741a47128eb424dd35 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 4 Jun 2009 11:08:39 +0200 Subject: * parser.c threads.c: change the threading initialization sequence as suggested by Igor Novoseltsev to avoid crash if xmlInitParser() is called from a thread which is not the main one, should fix #584605 daniel --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed6fc5d1..601b000e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 4 11:06:07 CEST 2009 Daniel Veillard + + * parser.c threads.c: change the threading initialization sequence + as suggested by Igor Novoseltsev to avoid crash if xmlInitParser() + is called from a thread which is not the main one, should fix + #584605 + Fri May 15 17:54:48 CEST 2009 Daniel Veillard * HTMLparser.c: make sure we keep line numbers fixes #580705 -- cgit v1.2.1