Files
poky/meta/recipes-core
Saul Wold 59c073514c 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]

(From OE-Core rev: 03034e0f5dff426ee7adaa2364082dd47c23260a)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-05 18:21:31 +01:00
..
2013-04-04 14:04:41 +01:00
2013-03-07 11:14:39 +00:00
2012-12-17 17:24:56 +00:00
2012-12-03 14:32:46 +00:00
2013-04-03 17:01:13 +01:00
2012-05-09 21:42:52 +01:00