diff options
Diffstat (limited to 'x11-misc/slim/files/slim-1.3.5-glibc217-crypt.patch')
-rw-r--r-- | x11-misc/slim/files/slim-1.3.5-glibc217-crypt.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-misc/slim/files/slim-1.3.5-glibc217-crypt.patch b/x11-misc/slim/files/slim-1.3.5-glibc217-crypt.patch deleted file mode 100644 index 71807f0588e4..000000000000 --- a/x11-misc/slim/files/slim-1.3.5-glibc217-crypt.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- app.cpp 2013-10-22 10:45:54.041120246 -0400 -+++ app.cpp.new 2013-10-22 10:46:58.864122061 -0400 -@@ -486,7 +486,7 @@ - return true; - - encrypted = crypt(LoginPanel->GetPasswd().c_str(), correct); -- return ((strcmp(encrypted, correct) == 0) ? true : false); -+ return ((encrypted && strcmp(encrypted, correct) == 0) ? true : false); - } - #endif - |