bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cflow] possible reason for attribute confusiong


From: Britton Kerin
Subject: [bug-cflow] possible reason for attribute confusiong
Date: Sun, 3 Apr 2016 14:55:12 -0800

The DBUS_ALLOC_SIZE mentioned in the last bug report is defined like so:

#define DBUS_ALLOC_SIZE(x) __attribute__((__alloc_size__(x)))
#define DBUS_MALLOC     __attribute__((__malloc__))

DBUS_EXPORT is empty for me

perhaps the problem is related to the nestedness of the argument in
DBUS_ALLOC_SIZE(x)

This might also explain why adding --symbol __alloc_size__:wrapper
fixes (or at least masks) the problem.

More details on request



reply via email to

[Prev in Thread] Current Thread [Next in Thread]