bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] bug in ifconfig


From: Sergey Poznyakoff
Subject: Re: [bug-inetutils] bug in ifconfig
Date: Sun, 09 Nov 2008 18:39:08 +0200

RuXu W. <address@hidden> ha escrit:

> +++ b/if_index.c
> @@ -114,6 +114,7 @@ if_nameindex (void)
>    do
>      {
>        last_len = ifc.ifc_len;
> +      if(ifc.ifc_buf) free(ifc.ifc_buf);

This will beautifully coredump the whole stuff. See `man alloca'.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]