diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-08-14 18:46:50 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-08-14 18:49:55 +0200 |
commit | d4abb441450deceff760086dcdf9d493b258074a (patch) | |
tree | f991ceb0d049433d9c1a06b090040d35aeb5fd4a /.gitignore | |
parent | 43169c520292397439bd70fb74e9505d371f7c72 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |