Segfault when accessing request attributes

2007-06-28 Thread baki
Hello! I use Debian 4.0 with FreeRadius 1.1.3 and I am developing a custom module for the post-auth section. When I want to access the request attributes (user name and password) I get a segmentation fault with this code: VALUE-PAIR *request_pairs = request-packet-vp; When I used gdb to debug

Re: Segfault when accessing request attributes

2007-06-28 Thread Alan DeKok
[EMAIL PROTECTED] wrote: Hello! I use Debian 4.0 with FreeRadius 1.1.3 and I am developing a custom module for the post-auth section. When I want to access the request attributes (user name and password) I get a segmentation fault with this code: VALUE-PAIR *request_pairs =