[Bug 281083] devel/glib20: update to 2.82.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Sep 2024 08:31:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281083

--- Comment #6 from Jan Beich <jbeich@FreeBSD.org> ---
Did you check upstream projects at least one of the fixes is correct?  Blindly
discarding "const" can lead to crashes. A safer way is to simply convert
variable to "const" (or use proper type), so the compiler would error out if
anything tries to mutate the value later.

-- 
You are receiving this mail because:
You are on the CC list for the bug.