On Fri, Jun 03, 2011 at 11:09:22AM -0400, Mike Frysinger wrote: > From: Steven Miao <[email protected]> > > The jump to 4f will cause the NUL padding loop to run at least one time, > so if string length is zero just jump to the end. Otherwise we wrongly > write one NUL byte when size==0. > > Signed-off-by: Steven Miao <[email protected]> > Signed-off-by: Mike Frysinger <[email protected]> > --- > arch/blackfin/lib/strncpy.S | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >
<formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. </formletter> _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
