From cba8a60639aa83659ce551e91266dcee8408fc23 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 2 Jan 2005 18:51:01 +0000 Subject: Reverting some int -> unsigned int fixes in command.c for now. Fixes crash described in [quagga-dev 2292]. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 3af0d0b2..d50b8590 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-01-02 Hasso Tepper + + * command.c: Revert int -> unsigned int fixes in + cmd_describe_command_real() and cmd_complete_command_real(). index can + be actually negative and it caused crash with "do" in vty. + 2004-12-29 Greg Troxel * sockopt.c (getsockopt_ipv4_ifindex): Document calling -- cgit v1.2.1