• Jesse Barnes's avatar
    [PATCH] ia64: zero out topology related sysfs nodes · 48711f91
    Jesse Barnes authored
    Tony pointed out (thanks Tony) that in -test8 kobject_set_name() will
    try to free a kobject's k_name field if it's non-NULL, so we need to
    zero it out in case kmalloc() gave us recycled memory or we'll try to
    kfree a bogus area.
    48711f91
numa.c 2.56 KB