Project

General

Profile

Actions

Bug #4687

closed

Inforequests don't work on function declarations with pointers to structures as arguments.

Added by Ilya Shchepetkov about 10 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Category:
Pointcuts matching
Start date:
02/04/2014
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

Inforequest

info: declare_func( int function(struct mutex *lock) )

matches function declaration
int function(struct mutex *);

but inforequest
info: declare_func( int function(struct mutex *) )

doesn't.

Actions

Also available in: Atom PDF