]> sourceware.org Git - lvm2.git/commit
Test uuid for NULL
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 30 Nov 2010 22:53:37 +0000 (22:53 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 30 Nov 2010 22:53:37 +0000 (22:53 +0000)
commit973db2a8230d930bea1f6e97ecb6cf465e460a6a
treed93f16a4062294e1f8ac6892601dd7a8bd97f6b4
parent8865a4c19eea8618b4ba1c80b79aede898b81e8d
Test uuid for NULL

Add test for NULL before passing uuid as src argument to memcpy.
As memcpy function is declared as function not accepting NULL.
Though we pass NULL only with zero length so this patch presents
no functional change to the code.
tools/dmsetup.c
This page took 0.034785 seconds and 5 git commands to generate.