Re: [Xen-devel] [PATCH 2/7] libxc: Use const pointer in local_file_dump()

2015-07-07 Thread Ian Jackson
Jennifer Herbert writes ("Re: [Xen-devel] [PATCH 2/7] libxc: Use const pointer in local_file_dump()"): > On 03/07/15 16:27, Ian Jackson wrote: > > Jennifer Herbert writes ("[Xen-devel] [PATCH 2/7] libxc: Use const pointer > > in local_file_dump()"): > >

Re: [Xen-devel] [PATCH 2/7] libxc: Use const pointer in local_file_dump()

2015-07-07 Thread Jennifer Herbert
On 03/07/15 16:27, Ian Jackson wrote: Jennifer Herbert writes ("[Xen-devel] [PATCH 2/7] libxc: Use const pointer in local_file_dump()"): By adding the const keyword, it is clearer to people and static analysis tools that no changes to the data are to be made. Would it be wrong for a future pat

Re: [Xen-devel] [PATCH 2/7] libxc: Use const pointer in local_file_dump()

2015-07-03 Thread Ian Jackson
Jennifer Herbert writes ("[Xen-devel] [PATCH 2/7] libxc: Use const pointer in local_file_dump()"): > By adding the const keyword, it is clearer to people and static analysis > tools that no changes to the data are to be made. Would it be wrong for a future patch to add a field to dump_args which