| commit | 5f66aee7f4bec7a2d8378034116f5e5c3dc50f41 | [log] [tgz] |
|---|---|---|
| author | Andreas Schwab <schwab@suse.de> | Sat Nov 22 11:29:43 2025 +0100 |
| committer | Andreas Schwab <schwab@suse.de> | Fri Nov 28 21:46:04 2025 +0100 |
| tree | 2c36dd128928e52921f0b4c4a72bcdd2c2ad6bf6 | |
| parent | 29e5fad6db3956e285cff01b3fc077e238694561 [diff] |
gprofng: protect against standard library macros The CALL_UTIL macro can expand to an unparsable expression of the argument is a macro, like with the new const-preserving standard library macros in C23. * gprofng/src/collector_module.h (CALL_UTIL): Add parens to not expand its argument if it is a function-like macro.