CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/16 15:09:21
Modified files:
bin/systrace : alias.c
Log message:
Correct an allocation size (was too large) by using sizeof(*ptr)
instead of sizeof(type).
diff from Nicolas Bedos (nicolas.bedos (at) gmail.com)
