]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Define INT_MAX via `#include <limits.h>` (#2170)
authorTim Kientzle <kientzle@acm.org>
Tue, 7 May 2024 03:46:26 +0000 (20:46 -0700)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 03:46:26 +0000 (20:46 -0700)
commit6ff1cd1e487ddf545337b88da3f1f5ca69a2f958
treef4529915639750880600915ef6ad73be7181cd05
parentb00e916edadf50fa82f8ddcd83dd4b975b965eb5
Define INT_MAX via `#include <limits.h>` (#2170)

#2110 added usages of INT_MAX here without adding the necessary header.

Resolves #2162
tar/bsdtar.c