Actions
Bug #2734
openAspectator incorrectly weaves calls to functions returning void *
Start date:
04/10/2012
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Because of this reason one cannot write aspects, like:
after: call(static inline void *kzalloc(..)) { if ($res != 0) { ldv_alloc_count++; } }
Actions