https://issues.apache.org/bugzilla/show_bug.cgi?id=49044
--- Comment #2 from Sean Conner <[email protected]> 2010-04-04 07:12:30 UTC --- More details: the ap_lua_vm_spec objects stored in cfg->mapped_handlers->elts (see lua_alias_munger() in mod_lua.c) weren't properly initialized and were handing off bogus values to the rest of the system. The supplied patch ensures that the ap_lua_vm_spec objects stored in the cfg->mapped_handlers have known values and won't blow up the system. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
