2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

fix fallback value for RLIM_SAVED_MAX

This commit is contained in:
Todd C. Miller
2008-11-06 00:40:01 +00:00
parent 51fae2c9c3
commit c60c4c71c6

2
aix.c
View File

@@ -39,7 +39,7 @@ __unused static const char rcsid[] = "$Sudo$";
#ifdef HAVE_GETUSERATTR
#ifndef RLIM_SAVED_MAX
# define RLIM_SAVED_MAX 0x400000
# define RLIM_SAVED_MAX 0x7fffffff
#endif
struct aix_limit {