From d4f0960cb23abc7528d7282fa08c68131eae5f93 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 23 May 2005 12:43:34 +0000 Subject: 2005-05-23 Paul Jakma * routemap.c: (rmap_onmatch_goto) fix crash if 'continue' command is used, which does not supply an argv[0]. this is a backport candidate /iff/ the trailing ; is removed from VTY_GET_INTEGER_RANGE * vty.h: fix the VTY_GET macros, do {..} while(0) so they have correct function like syntax in usage. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 1e34474f..3268ab99 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,12 @@ * memtypes.awk: use character classes, which work correctly in all LC_COLLATE environments, unlike A-Z, which doesnt work in eg estonian collate order. Reported by Hasso. + * routemap.c: (rmap_onmatch_goto) fix crash if 'continue' command + is used, which does not supply an argv[0]. + this is a backport candidate /iff/ the trailing ; is removed + from VTY_GET_INTEGER_RANGE + * vty.h: fix the VTY_GET macros, do {..} while(0) so they have + correct function like syntax in usage. 2005-05-19 Paul Jakma -- cgit v1.2.1