]> 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)
commitc697497923cfb6d0ef68cf4955a1c90445e84c39
treed93f16a4062294e1f8ac6892601dd7a8bd97f6b4
parentb13837c2c0408f23309b0e8d03f6ba01a0f1177d
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.802967 seconds and 5 git commands to generate.