]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
kernel/sys.c: avoid argv_free(NULL)
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 30 Jul 2012 21:40:03 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:13 +0000 (17:25 -0700)
commitb57b44ae698944ffc6161352b8ff5c9cf9c592e2
tree15d8d4c9681c2cba7c882f29b1b4f88378928095
parent45226e944ce071d0231949f2fea90969437cd2dc
kernel/sys.c: avoid argv_free(NULL)

If argv_split() failed, the code will end up calling argv_free(NULL).  Fix
it up and clean things up a bit.

Addresses Coverity report 703573.

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: Serge Hallyn <serge.hallyn@canonical.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Alan Cox <alan@linux.intel.com>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sys.c