[hackers][surf][PATCH] FIFO patch: remove fifo file on close

2022-11-24 Thread Alex Phan
This patch goes on top to this fifo patch https://surf.suckless.org/patches/fifo/ This removes fifo file on close either by Ctr+c in the browser or SIGINT in the terminal. Beware to patch this by hand. I did for the original fifo patch anyway. I think this is better suited for the

[hackers] [libgrapheme] Do not falsely read entire buffer instead of simply the filled with || Laslo Hunhold

2022-11-24 Thread git
commit c10fbb9b0a7b564ba47314387cc8f5bc4f83db77 Author: Laslo Hunhold AuthorDate: Thu Nov 24 13:29:31 2022 +0100 Commit: Laslo Hunhold CommitDate: Thu Nov 24 15:51:06 2022 +0100 Do not falsely read entire buffer instead of simply the filled with This was caught via dynamic

Re: [hackers] [libgrapheme] Do not falsely read entire buffer instead of simply the filled with || Laslo Hunhold

2022-11-24 Thread Laslo Hunhold
On Thu, 24 Nov 2022 20:32:53 +0600 NRK wrote: Dear NRK, > Small nitpick: ASan (and the other sanitizers) are *dynamic* > analyzers, as they happen during runtime. > > Static analysis is analyzing without executing anything. Examples of > static analyzers would be clang-tidy or cppcheck. Newer

Re: [hackers] [libgrapheme] Do not falsely read entire buffer instead of simply the filled with || Laslo Hunhold

2022-11-24 Thread NRK
> This was caught via static analysis (clang asan), which I can definitely > recommend. Small nitpick: ASan (and the other sanitizers) are *dynamic* analyzers, as they happen during runtime. Static analysis is analyzing without executing anything. Examples of static analyzers would be clang-tidy

[hackers] [libgrapheme] Do not falsely read entire buffer instead of simply the filled with || Laslo Hunhold

2022-11-24 Thread git
commit 4a46373ab48ea1692bbee2910295717aa416c323 Author: Laslo Hunhold AuthorDate: Thu Nov 24 13:29:31 2022 +0100 Commit: Laslo Hunhold CommitDate: Thu Nov 24 15:00:03 2022 +0100 Do not falsely read entire buffer instead of simply the filled with This was caught via static

[hackers] [libgrapheme] Apply format || Laslo Hunhold

2022-11-24 Thread git
commit 2a9ca2b1d2b83e6f59549bcc70cc687449690509 Author: Laslo Hunhold AuthorDate: Thu Nov 24 13:29:10 2022 +0100 Commit: Laslo Hunhold CommitDate: Thu Nov 24 13:29:10 2022 +0100 Apply format Signed-off-by: Laslo Hunhold diff --git a/grapheme.h b/grapheme.h index