From: Al Viro Date: Mon, 2 Apr 2012 23:40:47 +0000 (-0400) Subject: selinuxfs snprintf() misuses X-Git-Tag: v3.5-rc1~15^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1dad7183e4cb7f5d313b6942f2059fc0eabab6;p=pandora-kernel.git selinuxfs snprintf() misuses a) %d does _not_ produce a page worth of output b) snprintf() doesn't return negatives - it used to in old glibc, but that's the kernel... Signed-off-by: Al Viro --- Reading git-diff-tree failed