On Sun, Aug 10, 2014 at 01:48:00AM +0200, Rickard Strandqvist wrote: > Added a guaranteed null-terminate after call to strncpy. >
No. This one isn't needed. The static checker *should* know this so it is a problem with the static checker and not with the code. Don't change code, just because the static checker has problems. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

