You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
infinite loop
About this tag
Discussions about infinite loops on WindowsForum.com focus on a specific security vulnerability in libarchive's RAR5 decoder. A logic error can cause an infinite loop when processing a crafted RAR5 archive with a trailing compressed block that produces no output. This loop hangs processes calling archive_read_data(), leading to a denial-of-service condition until the process is killed or extraction is interrupted. The tag covers patch and mitigation strategies for this issue, relevant to users and administrators dealing with archive extraction on Windows systems.
A logic error in libarchive’s RAR5 decoder can be driven into an infinite loop when a specially crafted RAR5 archive contains a trailing compressed block that produces no output; the loop occurs inside the RAR5 read path and can hang processes that call archive_read_data(), producing a...