[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 11/14] tools/misc: Use const whenever we point to literal strings
- To: Julien Grall <julien@xxxxxxx>
- From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Date: Tue, 11 May 2021 16:37:59 +0100
- Authentication-results: esa6.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
- Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Tue, 11 May 2021 15:38:30 +0000
- Ironport-hdrordr: A9a23:LauO+6CWGkYeJZPlHelc55DYdb4zR+YMi2TDt3oddfU1SL3+qy nKpp4mPHDP5wr5NEtPpTnEAtjifZq+z+8Q3WByB9eftWDd0QPFEGgh1/qB/9SJIUbDH4VmpM JdmsZFaeEZDTJB/LrHCAvTKade/DFQmprY+9s3zB1WPHBXg7kL1XYeNu4CeHcGPjWvA/ACZe Ohz/sCnRWMU1INYP+2A3EUNtKz2uEixPrdEGY77wdM0nj0sQ+V
- Ironport-sdr: MCG4+Il14Rkz9XYzlt51lc8Fa6/pxPOM7T7EvJXr2OsGd4RBVnBy17ACDF4M5D7K3DzAfeXVmO QPaF+1OgA/84p+RzY2MP+2SebSZZfI28MI8RWyz1byWeWOMUzuToApjZMZNM887FztxAvV+j2o MAk+YIMtpe+HB/QJAuFPSaYFul3pkWbuHxz81j1iZCHY2RGicS2SHOldrVIq8IjNWS/H9UQIFC vUk0N22nKlmTFd4ji1ILvPcay5Pem1dg+2mBkBeGPTBImZvOHnFWhFui8Wboil/+62+yGNwIFR anE=
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Mon, Apr 05, 2021 at 04:57:10PM +0100, Julien Grall wrote:
> From: Julien Grall <jgrall@xxxxxxxxxx>
>
> 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 <jgrall@xxxxxxxxxx>
Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Thanks,
--
Anthony PERARD
|