diff options
author | hasso <hasso> | 2005-01-02 18:51:01 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-01-02 18:51:01 +0000 |
commit | cba8a60639aa83659ce551e91266dcee8408fc23 (patch) | |
tree | 4b1b9a943481b46d07889350f5842e9af726d38e /lib/ChangeLog | |
parent | cee66491371403453dc1c2a2424683976d22e640 (diff) |
Reverting some int -> unsigned int fixes in command.c for now. Fixes crash
described in [quagga-dev 2292].
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <hasso at quagga.net> + + * 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<TAB>" in vty. + 2004-12-29 Greg Troxel <gdt@poblano.ir.bbn.com> * sockopt.c (getsockopt_ipv4_ifindex): Document calling |