lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 23 Aug 2010 11:42:02 +0400
From:	Pavel Emelyanov <xemul@...allels.com>
To:	ye janboe <janboe.ye@...il.com>
CC:	davem@...emloft.net, linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: Is it possible for addrconf_init_net to kfree no-heap address?

On 08/19/2010 08:15 AM, ye janboe wrote:
> hi, Pavel and David
> 
> addrconf_init_net make me a little confused.
> 
> if all and dflt are not allocated by kmemdup and sysctl_register
> failed, this function will try to kfree dftl which points to
> ipv6_devconf_dfl which is not a heap address. AFAIK, kfree will panic
> if the address does not belong to slab page.
> 
> Is there any special reason for these codes?

This situation can only occur for the init namespace, i.e. early at host
boot so the sysctl registration will not fail for sure.

On the other hand, since the ipv6 can be built as module this code can be
executed later run-time ...

Can you send a fixing patch?

> many thanks!
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ