Actions
Bug #1128
closedAspectator incorrectly matches for '..' wildcard sometimes
Start date:
04/22/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
So, for example, function:
int a061(int *, int, double)
corresponds to primitive pointcut:
int a061(.., int *)
Because of the given bug, aspectator unit test aspectator-tests/wildcard/any_params.c fails at the moment.
This is the bug of the new aspectator since the old one behaves well. Moreover, all new bugs concerned with aspectator will belong to the new aspectator from today (if some will be for the old one it will be specified especially).
Updated by Evgeny Novikov about 12 years ago
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
Updated by Evgeny Novikov almost 9 years ago
- Priority changed from Normal to High
Updated by Evgeny Novikov over 5 years ago
- Status changed from Open to Closed
I fixed this 8-years old issue in be0010b. Also, there is a new appropriate test case.
Actions