From: Thomas Hindoe Paaboel Andersen Date: Thu, 12 Jun 2014 20:50:04 +0000 (+0200) Subject: cryptsetup: check that password is not null X-Git-Tag: v215~473 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f268f57f6344d3a2ccf447352ff3ed1313c4a199;hp=f268f57f6344d3a2ccf447352ff3ed1313c4a199;ds=sidebyside cryptsetup: check that password is not null Beef up the assert to protect against passing null to strlen. Found with scan-build. ---