Skip to content

Conversation

@triaxx
Copy link

@triaxx triaxx commented Jan 2, 2026

In NetBSD 11, the ctype functions will crash with a signal on certain invalid inputs as a diagnostic aid for applications.

NetBSD defines tolower(3) with CTYPE_CHECK() that verifies that (c < 0 || c > UCHAR_MAX). In the case of mp4v2::impl::MP4NameFirstMatches, it aborts when s1 is "\251nam".

In NetBSD 11, the ctype functions will crash with a signal on certain
invalid inputs as a diagnostic aid for applications.

NetBSD defines tolower(3) with CTYPE_CHECK() that verifies that (c < 0
|| c > UCHAR_MAX). In the case of mp4v2::impl::MP4NameFirstMatches, it
aborts when s1 is "\251nam".
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant