Files
znc/modules
psychon 497697dd3b Fix a crash bug when modperl was loaded on some arches
PERL_SYS_INIT3 was added to modperl in r1155-1158 to fix modperl on arches like
hppa. This added an invalid cast which caused a segfault.

If you have:
  const char *pArgv[];
Then pArgv will point to the same memory location as &pArgv. This pointer was
then casted to (char ***) which is one level of pointers too much for this
pointer.

Thanks to an anonymous reporter who pointed out the crash.
Thanks to pippijin for helping me understand the C++ magic.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1237 726aef4b-f618-498e-8847-2d620e286838
2008-10-02 16:26:09 +00:00
..
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-08-30 09:00:21 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-01-07 21:31:16 +00:00
2008-09-30 15:15:59 +00:00
2008-01-07 21:31:16 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00
2008-09-30 15:15:59 +00:00