> char name[80];
> if (sscanf(line, "%4u %4u %llu %s", &major, &minor, &size, name) == 4)
if it's so easy to do, why do you have a great big buffer overflow here?
-- nicholas black (dank@trellisinc.com) developer, trellis network security - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/