Look at symbol leaks in libFEXCore.so
Open
- Dominant language
- C++
- Stars
- 8k
- Forks
- 351
- Avg merge
- 12h 31m
- Merged PRs (30d)
- 102
Description
Noticed that we are exposing a bunch of global symbols even with visibility default.
The only workaround might actually be a linker script which explicitly defines what symbols we want to export?
A little crap since it adds maintenance burden but whatever.
Contributor guide
Assessment
This issue has not been assessed yet.