On 2016-07-28 10:29, Amitoj Kaur Chawla wrote: > This script finds instances of allocate and memset which can be > replaced with a direct call to zalloc equivalent of a function. > > Signed-off-by: Amitoj Kaur Chawla <amitoj1...@gmail.com> > --- > Changes in v2: > -Modified commit message and subject
There is still memcpy in the comment here: > +/// Prefer zalloc functions instead of using allocate and memcpy. :) Michal