]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Always test return value of posix_memalign.
authorNeilBrown <neilb@suse.de>
Mon, 13 May 2013 07:09:55 +0000 (17:09 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 13 May 2013 07:09:55 +0000 (17:09 +1000)
commit0cf83229992c42cd1a48a29c1fd5c610934714b3
treef6f9f8c17c8d51f0503e6001ab263e785f7cd4d7
parent5a23a06ea472460ae3beddf9140923570268e3dd
Always test return value of posix_memalign.

FORTIFY_SOURCE likes this, and it is good practice.

Signed-off-by: NeilBrown <neilb@suse.de>
super1.c