Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > +int git_inflate(z_streamp strm, int flush) > +{ > +... > + /* Z_BUF_ERROR: normal, needs a buffer output buffer */ > + case Z_BUF_ERROR: Thanks, but "needs a buffer output buffer" made me scratch my head somewhat. ... Z_BUF_ERROR if no progress is possible or if there was not enough room in the output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and inflate() can be called again with more input and more output space to continue decompressing. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html