commit | 5e57b5fc621300427d3818f0723b8cd8d5e5ca6a | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Fri Mar 11 16:28:34 2016 -0500 |
committer | Donald Sharp <sharpd@cumulusnetworks.com> | Fri Mar 11 18:29:14 2016 -0500 |
tree | 738345e0c3121f329266e8b8faaa88661e7cdb2e | |
parent | e3f623be8b6556db9d70c2fc5d3c2b152f36dc1d [diff] |
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 <sharpd@cumulusnetworks.com>