]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Avoid possible null dereference in Assemble.
authorNeil Brown <neilb@suse.de>
Thu, 15 May 2008 05:50:42 +0000 (15:50 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 15 May 2008 05:50:42 +0000 (15:50 +1000)
commitddd1a492519d61587cdd92660b875b82f4832176
tree748d2fa28e48c13fac898d0b2b00a992c46ea7ac
parent6ac8aac2267f7949be672510f74655a433b70e41
Avoid possible null dereference in Assemble.

If the first device we look at has no superblock,
there is no 'st' to free, so don't free it.
Assemble.c