Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

func name conflict crash #689

Open
xfliu2665 opened this issue May 10, 2024 · 1 comment
Open

func name conflict crash #689

xfliu2665 opened this issue May 10, 2024 · 1 comment

Comments

@xfliu2665
Copy link

my lib let's named it test.so deponds on jansson.so, and my app deponds on test.so, but app also got a func named "json_object" which is conflicted with jansson.
so there will get a mess call in app which may lead to a crash,.

is there any way to avoid it under the case not change the code. because both jansson and my app is a open-source project, i don't want to invade the code

@xfliu2665
Copy link
Author

i found that jansson-2.11 will cause my app carsh, but when i update jansson verion to 2.14, the bug is gone, i wonder why?

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

No branches or pull requests

1 participant