On Thu, May 25, 2017 at 07:29:05AM +0200, Peter Huewe wrote: > > The memory copy from rodata to stack is useless. > > > > Signed-off-by: Jarkko Sakkinen <jarkko.sakki...@linux.intel.com> > > After review, yes that should work. > Reviewed-by: Peter Huewe <peterhu...@gmx.de>
Yes, the string gets stored to rodata section where it is copied to stack :-) Thanx! /Jarkko