]> git.ipfire.org Git - thirdparty/libarchive.git/commit
rar: Fix OOB access with unicode filenames (#2203)
authorTobias Stoeckmann <stoeckmann@users.noreply.github.com>
Sun, 2 Jun 2024 23:28:45 +0000 (01:28 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 23:28:45 +0000 (16:28 -0700)
commit582190e4a73f848152ea68c41a76b007cc7bb17f
tree5c72c7a5af41311db538c32f1dd277fd3f26c4da
parented743f63fd478837bec4a15b6cde3f26aec7f38d
rar: Fix OOB access with unicode filenames (#2203)

Prevent out of boundary accesses by revalidating offset every time it is
incremented.
libarchive/archive_read_support_format_rar.c