Re: [Zope-dev] Leak in 2.5.1 cAccessControl.c !?

2002-07-19 Thread Stefan H. Holek
Could be. ;-) Does your problem go away when you put export ZOPE_SECURITY_POLICY=PYTHON in your start script? Mine did. I would otherwise not have suspected cAccessControl. Stefan --On Donnerstag, 18. Juli 2002 13:28 -0700 Charlie Reiman [EMAIL PROTECTED] wrote: Could this be related to

[Zope-dev] Leak in 2.5.1 cAccessControl.c !?

2002-07-18 Thread Stefan H. Holek
Hi All! I believe I have found a leak in cAccessControl.c of Zope 2.5.1. See the patch below. It was difficult to spot because in the respective section of cAccessControl.c the 'owner' variable is reused several times. Note that 'ASSIGN' decrefs 'owner' before actually assigning, whereas the