• Andrew Morton's avatar
    [PATCH] make printk more robust with "null" pointers · 8bcb3ba1
    Andrew Morton authored
    Expand printk's traditional handling of null pointers so that anything in the
    first page is considered a null pointer.
    
    This gives us better behaviour when someone (acpi..) accidentally prints a
    string which is embedded in a struct, the pointer to which is null.
    8bcb3ba1
vsprintf.c 15.1 KB