commit 86c5d2ee68f7b9c00ae4aeb5c8b3c5d82c5ebffc Author: Donald Sharp Date: Tue Mar 15 19:17:17 2016 -0400 release: 1.0.20160315 commit 5e57b5fc621300427d3818f0723b8cd8d5e5ca6a Author: Donald Sharp Date: Fri Mar 11 16:28:34 2016 -0500 quagga: Remove double read of stream The addition of a MIN(X,Y) with a stream_getc in the Y causes a double read of the stream due to the way that MIN is defined. This fix removes a crash in all protocols. Signed-off-by: Donald Sharp