RuXu W. <[EMAIL PROTECTED]> 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