Skip to content
Commit 84c95c9a authored by André Goddard Rosa's avatar André Goddard Rosa Committed by Linus Torvalds
Browse files

string: on strstrip(), first remove leading spaces before running over str



... so that strlen() iterates over a smaller string comprising of the
remaining characters only.

Signed-off-by: default avatarAndré Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f653398c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment