On Fri, Feb 13, 2026 at 07:18:50PM -0500, Nicholas Vinson wrote:
> With glibc-2.43 implementing the C23 standard, strrchr() and strchr()
> now return 'const char *' when its first agrument is 'const char *'.
>
> The fix is update all pointers receiving strrchr() and strchr()'s return
> values 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

Reply via email to