On Mon, Apr 05, 2021 at 04:57:10PM +0100, Julien Grall wrote: > From: Julien Grall <[email protected]> > > literal strings are not meant to be modified. So we should use const > char * rather than char * when we we to store a pointer to them. > > Signed-off-by: Julien Grall <[email protected]>
Reviewed-by: Anthony PERARD <[email protected]> Thanks, -- Anthony PERARD
