From d4abb441450deceff760086dcdf9d493b258074a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 14 Aug 2011 18:46:50 +0200 Subject: Fix endless loop if module forks during initialization. * If a module forks during its C_Initialize, previously our fork handler would try to initialize it again, ad nauseum. Reported by Nikos on the mailing list. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f4e65d0..9359157 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ temp.txt /tests/coverage /tests/coverage.info /tests/hash-test +/tests/p11-test /tests/pin-test /tests/ptr-array-test /tests/conf-test -- cgit v1.2.1