-
Notifications
You must be signed in to change notification settings - Fork 227
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
Fix libgcrypt init, _free_photo, and the duplicate ID thing #94
Conversation
You are fast 👍 |
Only when I'm actually working on something :P |
Sorry for the wrong push. |
b8495ef
to
cf6f5bc
Compare
cf6f5bc
to
13f3292
Compare
@vysheng: Is there anything preventing this from being pushed? Can I help somehow? |
@vysheng: Is there anything preventing this from being pushed? Can I help somehow? Please merge this, it fixes two crashing bugs and a security warning thing. |
@vysheng: Is there anything preventing this from being pushed? Can I help somehow? Please merge this, it fixes two crashing bugs and a security thing. |
Pushed two more commits that fix user-visible bugs. @vysheng: Is there anything preventing this from being pushed? Can I help somehow? Does this need rebasing? Please merge this, by now it fixes at least four crashing bugs and a security thing. |
9d610fb
to
567b61b
Compare
Fixed the OpenSSL-version of the @vysheng: Is there anything preventing this from being pushed? Can I help somehow? Does this need rebasing? Please merge this, by now it fixes at least four crashing bugs and a security thing. |
567b61b
to
0e0ffe4
Compare
Fix reported by @spaeps in majn/telegram-purple#238 Closes vysheng#42 I didn't actually do anything, except forward this patch.
The referenced target "gen-mime-types" was wrong anyway.
./auto-static-autocomplete.c:72:1: error: control reaches end of non-void function [-Werror=return-type]
0e0ffe4
to
254999c
Compare
Swallowed by #97 |
Otherwise, this spews an ugly warning, e.g. in Finch:
Libgcrypt warning: missing initialization - please fix the application
Sorry that I didn't implement proper initialization from the start, I thought I could get away without it :P