https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281083
--- Comment #6 from Jan Beich <jbe...@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.