Skip to content

Conversation

@kraj
Copy link

@kraj kraj commented Nov 21, 2025

glib 2.78+ defines g_free as an object-size checking macro. open-vm-tools overrides g_free(), leading to preprocessor expansion inside the function signature and breaking the build.

Undefine the macro before defining the stub.

Upstream-Status: Pending

glib 2.78+ defines g_free as an object-size checking macro.
open-vm-tools overrides g_free(), leading to preprocessor expansion
inside the function signature and breaking the build.

Undefine the macro before defining the stub.

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant