]> git.ipfire.org Git - thirdparty/libarchive.git/commit
return ((int)r); is not part of if statement due to missing brackets (#1930)
authorAtariDreams <83477269+AtariDreams@users.noreply.github.com>
Sat, 22 Jul 2023 02:30:44 +0000 (22:30 -0400)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 02:30:44 +0000 (19:30 -0700)
commite7b2ab7aebc91bdcbec47043ab30c44e3723473e
tree7b94797d22e8f12c49f9f300d14e3ff52a8753f2
parentbd074c2531e867078788fe8539376c31119e4e55
return ((int)r); is not part of if statement due to missing brackets (#1930)

This is problematic because we need to return if an error occurs, and
because we are letting a continue to be evaluated even though it is
closed.
libarchive/archive_write_disk_posix.c