screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] Patch for screen handling crypt() returning NULL


From: Paul Wouters
Subject: [screen-devel] Patch for screen handling crypt() returning NULL
Date: Mon, 23 Apr 2012 23:54:20 -0400 (EDT)
User-agent: Alpine 2.02 (LFD 1266 2009-07-14)


crypt() can return NULL, but screen uses functions like strcmp()
directly on the return value of crypt().

crypt() can return NULL when the system is in fips mode and the hashing
algorithm passed via the salt value is not allowed (eg md5)

Attached is a patch

Paul

Attachment: screen-4.1.0-crypt.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]