]> granicus.if.org Git - strace/commit
Fix NULL dereference in "-S name" when syscall table has holes
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 10 May 2016 00:16:20 +0000 (00:16 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 10 May 2016 00:38:59 +0000 (00:38 +0000)
commitfa925dce70d1c3715b432592fd650374f5bf7284
tree34e26aab0c0a9d7431fc2546bf772874fcd10322
parent804bb8797b93b561ececd39c8f19b6c40834395e
Fix NULL dereference in "-S name" when syscall table has holes

* count.c (syscall_cmp): Do not pass NULL to strcmp.
count.c