Ben Wiederhake
Ben Wiederhake
(downstream bug: [#909443](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909443)) ### What led up to the situation? I invoked `apt-clone --with-dpkg-repack my-repacked.apt-clone.tar.gz`. I have teamviewer installed, so one of the many packages is teamviewer. Apparently, I deleted...
`pidgin -d` prints: ``` (09:38:42) prpl-hehoe-signald: signald_send_im: flags: 1 msg:Well, now I finally know why you didn't respond: My signal client somehow lost the message xD (09:38:42) prpl-hehoe-signald: Sending: {"type":"send","username":"+49AAAAAAAAAAA","recipientAddress":"+49BBBBBBBBBB","attachments":[],"messageBody":"Well,...
Output of `restic version` -------------------------- `restic 0.9.4 compiled with go1.11.5 on linux/amd64` (debian testing, from the debian repository) What should restic do differently? Which functionality do you think we should...
**Describe the bug** I've seen #1569, but by reading the code I don't understand how to make sure that the new `libtgsconverter` is used. **To Reproduce** - Open and read...
This significantly speeds up build times for projects which just want to use tdlib as-is. On a single core this should cut about 5 minutes; on 4 cores it cuts...
I'm using Firefox, which refuses to load the HTTPS version of your homepage: ``` lodev.org uses an invalid security certificate. The certificate is not trusted because the issuer certificate is...
Currently, there are no upper bounds in place, for example regarding the macro call stack: macro function begin function endmacro function This segfaults because the stack grows out of bounds....
Let's say we have a file `compile_me.cpp`, like this: ```c++ // file: compile_me.cpp #include // That's all! ``` Before this PR, it didn't compile. HeaderCheck is a tool that automatically...
Our ASN1 datetime parser used to crash when the trailing 'Z' was missing. Specifically, the code called `GenericLexer::consume()`, without making sure there is something left to consume. In theory, this...
This PR: - Fixes silent data corruption due to `StringView::contains(char)` weirdly accepting (and truncating) `u32` code points, which is one cause of the crash https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49184 . - Fixes invalid code...