From afb88a669167358ea2be64aa0d10c8c42fa7509c Mon Sep 17 00:00:00 2001
From: "Andrew J. Schorr" <ajschorr@alumni.princeton.edu>
Date: Tue, 20 Mar 2007 20:48:27 +0000
Subject: [lib] Make message lookup function more robust.

2007-03-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

	* log.c: (mes_lookup) Make the function more robust: check for
	  cases where the index does not match the key value at that position.
	  If so, give a warning and fall back to a linear search.
	  And improve the error message in cases where even that fails.
---
 lib/ChangeLog | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'lib/ChangeLog')

diff --git a/lib/ChangeLog b/lib/ChangeLog
index 914cc5e8..99b82b1f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+	* log.c: (mes_lookup) Make the function more robust: check for
+	  cases where the index does not match the key value at that position.
+	  If so, give a warning and fall back to a linear search.
+	  And improve the error message in cases where even that fails.
+
 2006-12-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
 	* if.h: (struct connected) Add new ZEBRA_IFA_PEER flag indicating
-- 
cgit v1.2.1