Hi Sailatha,
I discover few months ago a bug in radiusclinet library, in
initialization part, which was ending in a segmentation fault.
Try applying this patch and see if it works.
Best regards,
Marian
sai latha wrote:
Hi all
I am working on SER when configure ser.cfg and when
this using ./ser it shows the segmentation fault
0(4965) DEBUG: init_mod: auth_radius
0(4965) auth_radius - Initializing
Segmentation fault
Please tell me the what is the problem where i have to
change please tell me
Thank u
Sailatha
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
--
Voice System
http://www.voice-system.ro
diff -u lib/config.c ../radiusclient-0.4.7.md/lib/config.c
--- lib/config.c 2004-11-16 14:49:19.000000000 +0100
+++ ../radiusclient-0.4.7.md/lib/config.c 2004-11-27 15:40:37.000000000 +0100
@@ -105,6 +105,7 @@
rc_log(LOG_CRIT, "read_config: out of memory");
return -1;
}
+ memset( serv, 0, sizeof(*serv));
}
while ((p = strtok(p, ", \t")) != NULL) {