Results 46 comments of vuori

Sorry for not getting back on this. Unfortunately this project is stalled and is unlikely to proceed for now. Adding VJOURNAL support to the backend was quite easy, and basic...

I'm seeing this issue on Android 10 and 12 on latest release. The cause seems to be that if Settings > Theme is set to something else than "System default",...

Of course the solution appears right after hitting submit, since I had been running just `make distclean && make` all the time and the warning scrolled off: `pivy-agent.c` does not...

`/usr/include/bsd` is supplied by `libbsd-dev` which is 0.10.0 on Ubuntu and doesn't have any memory-allocation functions. I guess they appeared in a newer version. How about having `pivy-agent.c` include `libressl/include/compat/stdlib.h`?...

Finally got around to updating my copy and looks like `666bedd3138ccac62cb36a5186f8f93862282771` fixed this.

Looks like it still happens for me with the same steps when `--asan` is enabled. I tried clearing `a->adata` in `account_free`, but looks like the unsafe usage is rooted deeper....

Fixes the ASan crasher for me at least.

I think this is a good idea. Zeroing memory will either prevent UAFs (null pointer is detected) or cause a more consistent and easier to debug crash.

I can test this if needed since I have an SMTP server that accepts client certs. I haven't used (Neo)mutt's client cert support or looked at the code, so just...

> @vuori Thank you for the remarks. Sadly, I still haven't found the time to get into this (and I'm afraid it will still be like that for quiet some...