This patch doesn't completely fix the buffer overflow. Take a look at
this line of code in radiusd.c:
sprintf(msg, "Dropping duplicate: from %s - ID: %d\n",
ip_hostname(authreq->ipaddr), authreq->id);
There are 32 characters of text there, plus 99 for the hostname if the
patch is applied, plus the ID, which gives around 136 characters. "msg"
is declared as 128 characters. There are several other sprintfs which are
even longer.
-- John W. Temples, III || Providing the first public access Internet Gulfnet Kuwait || site in the Arabian Gulf region