projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fae2c
)
fix fallback value for RLIM_SAVED_MAX
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Thu, 6 Nov 2008 00:40:01 +0000
(
00:40
+0000)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Thu, 6 Nov 2008 00:40:01 +0000
(
00:40
+0000)
aix.c
patch
|
blob
|
history
diff --git
a/aix.c
b/aix.c
index d9e38f2cc9ed97ea79b68fdeb14ccd35f0de9f4a..19a9b126e7f290cd32eafec97a5dba0b1a1a355d 100644
(file)
--- a/
aix.c
+++ b/
aix.c
@@
-39,7
+39,7
@@
__unused static const char rcsid[] = "$Sudo$";
#ifdef HAVE_GETUSERATTR
#ifndef RLIM_SAVED_MAX
-# define RLIM_SAVED_MAX 0x
400000
+# define RLIM_SAVED_MAX 0x
7fffffff
#endif
struct aix_limit {