Oops, missed something On Tue, Feb 11, 2014 at 04:48:29PM +0000, Nicholas Clark wrote: > >From b20f8f328c6155019702cf44d27ed10a4251ac21 Mon Sep 17 00:00:00 2001 > From: Nicholas Clark <n...@ccl4.org> > Date: Tue, 11 Feb 2014 17:40:54 +0100 > Subject: [PATCH] Fix various errors in varint serialisation code. > > write_varint9() was writing a 9th byte when only 8 should have been written. > read_varint9() was reading a 9th byte when only 8 should have been read.
and was only reporting that it read 8 bytes, even when it actually read 9. which arguably also should be in that commit message. Nicholas Clark