tag 468327 patch
thanks

On Wed, Mar 12, 2008 at 09:41:00AM +0200, Niko Tyni wrote:

> The non-void function modperl_thx_interp_get() function is doing a
> plain 'return;' when it means to 'return NULL;'. The result is that the
> MP_APR_POOL_SV_TAKES_OWNERSHIP() macro increments a more or less random
> memory location, in this case my_perl->tScopestack aka. PL_scopestack,
> making it non-aligned as a side effect.
> 
> Patch attached; this fixes the bus error for me.

Tagging accordingly.

While investigating this I noticed one more cherry to pick from the
upstream SVN. I'll do that and upload a fixed version probably tonight.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to