commit 666b4ca8b6176a8c10c13952d1176ad8974c6c57 from: Stefan Sperling date: Mon Jul 23 15:03:36 2018 UTC wrap overlong line commit - 37bd7602de0c0aeca0874eea43d57e4e07edca52 commit + 666b4ca8b6176a8c10c13952d1176ad8974c6c57 blob - 2dd1f31fc154b2292b9111cf618b9172135f457c blob + cacf5c9f7f1b49a0c9305af7eba8aecf8b576294 --- lib/inflate.c +++ lib/inflate.c @@ -321,7 +321,8 @@ got_inflate_to_mem_mmap(uint8_t **outbuf, size_t *outl break; if (zb.flags & GOT_ZSTREAM_F_HAVE_MORE) { nbuf++; - newbuf = recallocarray(*outbuf, nbuf - 1, nbuf, GOT_ZSTREAM_BUFSIZE); + newbuf = recallocarray(*outbuf, nbuf - 1, nbuf, + GOT_ZSTREAM_BUFSIZE); if (newbuf == NULL) { err = got_error_from_errno(); free(*outbuf);