On Mon, Mar 13, 2017 at 02:43:54PM +0100, Karel Zak wrote: > > + assert (len < (out - *seq)); > > This seems incorrect. Should be: > > assert ((out - *seq) <= len); Merged with this line. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html