Bug#702872: Segfaults immediately on attempting a radius connection

2013-03-13 Thread Thijs Kinkhorst
Verified that squeeze is not affected. Although it contains the same php5-radius code, the version of PHP itself in squeeze does not trigger the segfault. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Bug#702872: Segfaults immediately on attempting a radius connection

2013-03-12 Thread Thijs Kinkhorst
Hi, > On a 64 bit wheezy system, the radius module immediately segfaults > when attempting Radius authentication. I found the issue. In radius-1.2.5/radius.c PHP_FUNCTION(radius_create_request), 'code' is declared an int, but zend_parse_parameters is passed "rl", asking to parse the parameter i

Bug#702872: Segfaults immediately on attempting a radius connection

2013-03-12 Thread Thijs Kinkhorst
Package: php5-radius Version: 1.2.5-2.2 Severity: grave On a 64 bit wheezy system, the radius module immediately segfaults when attempting Radius authentication. The following minimal testcase reproduces the problem: thijs@solrock:~$ cat radtest.php