You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc15 has -Wunterminated-string-initialization in -Wextra and
warns about string constants that are not null terminated even though
the functions do do out of bounds access.
Silence the warnings by simply not providing an explicit size.
(cherry picked from commit af1a6db)
(cherry picked from commit ca09bc3)
(cherry picked from commit f6f0d85)
(cherry picked from commit e49ce1b)
(cherry picked from commit a264598)
0 commit comments