diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-04-05 10:09:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-05 18:21:12 +0100 |
commit | 03034e0f5dff426ee7adaa2364082dd47c23260a (patch) | |
tree | 3f019599ae06da7cd4ec0e936c188070eccf93e8 /meta/recipes-extended/shadow | |
parent | a51041db57666c60f39c4effa4aceb53cae815dc (diff) | |
download | openembedded-core-03034e0f5dff426ee7adaa2364082dd47c23260a.tar.gz openembedded-core-03034e0f5dff426ee7adaa2364082dd47c23260a.tar.bz2 openembedded-core-03034e0f5dff426ee7adaa2364082dd47c23260a.zip |
tinylogin: fix segfault from crypt()
In glibc 2.17, crypt() now expects 2 valid chars for the seed or
it will error out and return a NULL. The tinylogin code took the
result from crypt directly into a strcmp() which caused a segfault
Tinylogin has been deperacted, busybox now has login support, I will
investigate using busybox login support for 1.5.
[YOCTO #4097]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow')
0 files changed, 0 insertions, 0 deletions