On Sun, Sep 01, 2024 at 08:08:13PM +0200, Jason A. Donenfeld wrote:
While you're doing this, also add the remaining, `0, 0` elements.
counter2 will always be counter2. You meant for the first argument to be counter1.
Also, same issue with counter2 used twice in that memcmp.
Fixed these up and applied it.