Benjamin De Kosnik writes:
 > 
 > Hey! Here is the first pass at the 4.8 porting documentation. 
..
 > +   memset(p1, 0, sizeof(p1)); // error, use memcopy

s/memcopy/memcpy/

 > +   memset(p1, 0, sizeof(p1)); // error, use memcopy

likewise

 > + <p>To fix, either use memcopy or dereference the last argument in the

likewise


/Mikael

Reply via email to