Updated to current upstream.
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@ Index: shadow-4.0.18.1/lib/commonio.c
|
||||
int res;
|
||||
|
||||
#if defined(S_ISLNK)
|
||||
struct stat sb = { 0 };
|
||||
struct stat sb;
|
||||
if (lstat (new, &sb) == 0 && S_ISLNK (sb.st_mode)) {
|
||||
- if (realpath (new, resolved_path) == NULL) {
|
||||
+#ifndef PATH_MAX
|
||||
|
||||
Vendored
+3
-3
@@ -8,9 +8,9 @@ Index: shadow-4.0.18.1/libmisc/Makefile.am
|
||||
--- shadow-4.0.18.1.orig/libmisc/Makefile.am 2005-09-05 18:21:37.000000000 +0200
|
||||
+++ shadow-4.0.18.1/libmisc/Makefile.am 2006-09-17 12:18:05.616098001 +0200
|
||||
@@ -49,4 +49,5 @@
|
||||
ulimit.c \
|
||||
utmp.c \
|
||||
valid.c \
|
||||
xgetgrnam.c \
|
||||
xgetgrgid.c \
|
||||
xgetspnam.c \
|
||||
- xmalloc.c
|
||||
+ xmalloc.c \
|
||||
+ yesno.c
|
||||
|
||||
Reference in New Issue
Block a user