Re: Freeradius 2.2.0 memory leak issue.

2013-03-08 Thread kao quadrantx
Hi, i rebuild freeradius with the latest updated on git v2.x.x and attach the valgrind log. If you need anything else, please feel free to ask me. Thanks a lot :) On Thu, Mar 7, 2013 at 10:32 PM, Alan DeKok al...@deployingradius.comwrote: kao quadrantx wrote: i rebuild freeradius

Freeradius 2.2.0 memory leak issue.

2013-03-06 Thread kao quadrantx
Hi, i got the same issue in freeradius memory issue http://freeradius.1045715.n5.nabble.com/Memory-leak-in-FR-2-1-10-and-2-2-0-tt5717545.html#a5717576 My test ENV: eapol_test with md5 to do AUTH (client) - freeradius 2.2.0 to proxy the client request (proxy)

Re: Freeradius 2.2.0 memory leak issue.

2013-03-06 Thread kao quadrantx
Hi Alan, i download from here http://freeradius.org/download.html Version 2.2.0: tar.gzftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.2.0.tar.gz (PGP Signature)ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.2.0.tar.gz.sig This version should be the latest version. Am

Re: Freeradius 2.2.0 memory leak issue.

2013-03-06 Thread kao quadrantx
-origins=yes to see where uninitialised values come from ==3043== ERROR SUMMARY: 986273 errors from 479 contexts (suppressed: 201 from 43) On Wed, Mar 6, 2013 at 4:08 PM, kao quadrantx quadra...@gmail.com wrote: Hi, i got the same issue in freeradius memory issue http://freeradius.1045715.n5

Re: Freeradius 2.2.0 memory leak issue.

2013-03-06 Thread kao quadrantx
. On Wed, Mar 6, 2013 at 10:08 PM, Alan DeKok al...@deployingradius.comwrote: kao quadrantx wrote: I try to test with the latest version of freeradius in git 2.x.x and still get the same behavior. $ git pull Then rebuild. Seems the envp variable in radius_exec_program function (exec.c

Re: Freeradius 2.2.0 memory leak issue.

2013-03-06 Thread kao quadrantx
= previous_token; } if (last_token == T_OP_INVALID) { pairfree(head); } else { pairadd(first_pair, head); } /* * And return the last token which we read. */ return last_token; } On Thu, Mar 7, 2013 at 2:15 PM, kao quadrantx quadra...@gmail.com wrote: Hi, i rebuild freeradius with the latest updated