On Wed, Feb 20, 2013 at 7:43 PM, Thomas De Schampheleire
<[email protected]> wrote:
> The cleanup code at the end of nameif would free the ch pointer, and
> then dereference it to obtain ch->next. This causes glibc to detect
> either 'invalid pointer' or 'double-free or corruption' problems.
>
> The problem arises for example when using nameif with an /etc/mactab
> file containing two entries: one with an existing MAC-address and one
> with a non-existing MAC address.
>
> Signed-off-by: Thomas De Schampheleire <[email protected]>

Applied, thanks!
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to