]> git.ipfire.org Git - thirdparty/valgrind.git/commit
When traversing VG_(args_for_client) there is no need to check
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 28 Oct 2014 20:28:32 +0000 (20:28 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 28 Oct 2014 20:28:32 +0000 (20:28 +0000)
commit361d6801e1dc622c48576847132e0bc571628feb
treefce1de9cb95066c2167cc61856f3d8f5b303f839
parent4cb2cb656c508aa9daff35030b8c610b2c11033a
When traversing VG_(args_for_client) there is no need to check
the array element for NULL. Function VG_(split_up_argv), which
sets up that array, ensures that no element is NULL.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14671
cachegrind/cg_main.c
massif/ms_main.c