> > > rte_free(vec.pt.val); > > > - > > > + vec.pt.val = NULL; > > > > Same could be the case for fips_mct_shake_test also. > > > Good catch, probably the same could happen with shake. > I currently don’t have a way to test shake but I'm happy to make the change as > part of this patch if you can test? > Did you find any segfault and so got to know the problem ? If so, what was the command you executed ?.
Thanks, Gowrishankar