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

We’re exporting symbols unnecessarily #43

Closed
bbarenblat opened this issue Aug 5, 2016 · 1 comment
Closed

We’re exporting symbols unnecessarily #43

bbarenblat opened this issue Aug 5, 2016 · 1 comment
Assignees

Comments

@bbarenblat
Copy link
Member

urweb_memmem is an internal function and should not be exported from liburweb.so. We should use -export-symbols or -export-symbols-regex to tighten up that interface.

I think that’s the only internal function that’s being exported; does anybody know of any others?

@bbarenblat
Copy link
Member Author

Looking around, I also found fastcgi_send_normal from liburweb_fastcgi.

@bbarenblat bbarenblat self-assigned this Aug 6, 2016
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