Skip to content

Add a version script for libclamunrar and libclamunrar_iface.#816

Closed
sebastianas wants to merge 1 commit intoCisco-Talos:mainfrom
sebastianas:libclamunrar
Closed

Add a version script for libclamunrar and libclamunrar_iface.#816
sebastianas wants to merge 1 commit intoCisco-Talos:mainfrom
sebastianas:libclamunrar

Conversation

@sebastianas
Copy link
Contributor

Without a version script all symbols will be exported which are public within the libclamunrar* libraries. This is true for the officially exported symbols as well as all the public symbols which are used within libraries and are not inteded for export.

There is already a .map preset to limit the exported symbols of libclamunrar and libclamunrar_iface. Use it.

Signed-off-by: Sebastian Andrzej Siewior [email protected]

@val-ms
Copy link
Contributor

val-ms commented Jan 26, 2023

Thanks for submitting this Sebastian. This week has been hectic and I expect that week will be as well. I will look at this/test it as soon as I'm able.

@val-ms val-ms mentioned this pull request Jan 26, 2023
Without a version script all symbols will be exported which are public
within the libclamunrar* libraries. This is true for the officially exported
symbols as well as all the public symbols which are used within
libraries and are not inteded for export.

There is already a .map preset to limit the exported symbols of
libclamunrar and libclamunrar_iface. Use it.

Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
@val-ms
Copy link
Contributor

val-ms commented Mar 19, 2023

Since I closed your other version script PR ( #804 ) for the reasons mentioned there, I will close this as well.

But I do see that #776 lacks the logic to use the libclamunrar.map. I am testing adding that new in personal branch. If that goes well, I'll just push it onto #776 along with a fix for the static library linking issue mentioned on that PR.

Thank you Sebastian for working on this and encouraging it even though I'm not merging these specific PR's.

@val-ms val-ms closed this Mar 19, 2023
@sebastianas sebastianas deleted the libclamunrar branch June 27, 2024 19:47
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.

2 participants