commit | a55621f15bc61826969a29e111ba131a55ef45de | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Tue Oct 26 14:22:25 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 26 16:52:13 2010 -0700 |
tree | 902f9be35bdae39e835ae5c7eb3f79f23d274396 | |
parent | c925cf0b80cb486b31e1ec0e9f981d75a4b38453 [diff] |
include/linux/kernel.h: add __must_check to strict_strto*() The whole point to using the strict functions is to check the return value. If you don't, strict_strto*() will return you uninitialised garbage. Offenders have been observed in the wild. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>