On Wed, Oct 30, 2019 at 01:45:20PM +0100, Pablo Neira Ayuso wrote: > On Tue, Oct 29, 2019 at 01:54:20PM +0100, Phil Sutter wrote: > > Setting strings won't make a difference, but passing data length to > > *_set_data() functions allows for catching accidental changes on either > > side. > > > > Signed-off-by: Phil Sutter <phil@xxxxxx> > > Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Applied after resolving merge conflict with previous commits. Apart from a context change, data_len argument passed to *_data() functions needed an update as well since data is no longer an array on stack but dynamically allocated. I made sure code compiles without warnings and both shell and py testsuites pass (apart from unrelated warnings the latter yields). Thanks, Phil