On Fri, Feb 13, 2026 at 07:18:44PM -0500, Nicholas Vinson wrote: > With glibc-2.43 implementing the C23 standard, strrchr() now returns > 'const char *' when its first agrument is 'const char *'. > > The fix is update all pointers receiving strrchr()'s return value so > that they are now 'const char *' instead of 'char *'. > > Signed-off-by: Nicholas Vinson <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]> Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
