Commits


fix got_error_from_errno() arguments in inflate.c


no need to zero memory in got_inflate_to_mem_mmap()


no need to zero memory in got_inflate_to_mem_fd()


no need to zero memory in got_inflate_to_mem()


rename got_error_prefix_errno() to got_error_from_errno()


got_error_from_errno -> got_error_prefix_errno also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


make got path APIs available to library consumers


improve error checking around inflateInit()


rename got_zstream_* to got_inflate_*


replace reallocarray with recallocarray throughout inflate.c


wrap overlong line


fix length calculations in mmap inflate; fixes garbage diffs


plug some leaks in inflate.c


fix a leak in got_inflate_to_mem_mmap()


fix more memleaks