Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251004125414.1474755-1-musl@raf.org>
Date: Sat,  4 Oct 2025 22:54:13 +1000
From: raf <musl@....org>
To: musl@...ts.openwall.com
Subject: [PATCH] fnmatch: fix infinite loop when pattern is non-character byte

Hi,

fnmatch() enters an infinite loop if the pattern is the non-character byte
'\xf8'. This patch fixes it by stepping over the invalid byte.

cheers,
raf


Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.