From 9f89b1da103c5feb289e779b81edb8fcbf2abd6e Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 22 Oct 2001 17:01:16 +0000 Subject: Report error on setting a limit to a string that os not a decimal number. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 627281417..8c7e158d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-10-22 Bart Schaefer + * 16111: Src/Builtins/rlimits.c: Report error on attempt to set + limit to a string that is not a decimal number. + * 16109: Src/init.c: Use a fixed initial fdtable_size to fix crash resulting from a huge memory allocation, as reported in 16082. -- cgit 1.4.1