]> sourceware.org Git - lvm2.git/commit
cov: check for NULL
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Nov 2019 16:04:33 +0000 (17:04 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Nov 2019 17:06:42 +0000 (18:06 +0100)
commit82e6b820b84512ffb9f124c5d450c1036e7dd843
treeb50896611163b93a2b9365844a792af9ae3bb1c5
parent43f149526d5074dbc6deeaca38e30d02611eadf8
cov: check for NULL

Since we check for NULL pointers earlier we need
to be consistent across function - since the NULL
would applies across whole function.

When dropping 'mda' check - we are actually
already dereferencing it before - so it can't
be NULL at that places (and it's validated
before entering  _read_mda_header_and_metadata).
lib/format_text/format-text.c
lib/format_text/text_label.c
tools/pvscan.c
tools/toollib.c
This page took 0.031945 seconds and 5 git commands to generate.