Preserve RLIMIT_CORE hard limit, and restore soft limit before exec

Closes #196.
This commit is contained in:
Keegan McAllister
2012-04-16 19:34:43 -04:00
parent 1b21e004e7
commit a289a2319e
3 changed files with 22 additions and 3 deletions
+1
View File
@@ -113,6 +113,7 @@ namespace Crypto {
};
void disable_dumping_core( void );
void reenable_dumping_core( void );
}
#endif