Project

General

Profile

Actions

Bug #2734

open

Aspectator incorrectly weaves calls to functions returning void *

Added by Evgeny Novikov over 12 years ago. Updated over 8 years ago.

Status:
Open
Priority:
High
Category:
Weaving
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

Also available in: Atom PDF