• Andries E. Brouwer's avatar
    [PATCH] fix oops in namespace.c · c6b523ab
    Andries E. Brouwer authored
    A familar type of Oops: d_path() can return an error ENAMETOOLONG, and
    if we fail to test a segfault occurs.
    
    So we must test.  What we do is a different matter.  Rather arbitrarily
    I return the string " (too long)" for use in /proc/mounts.
    c6b523ab
namespace.c 27.1 KB