gordon-quad

Results 27 comments of gordon-quad

@cynicalcervine where I can find your patch?

Looks like ioctl for this nvme writes outside of supplied buffer by 4 extra bytes, I copied some code from `smart.c` and `nvme.h` to reproduce it: ```c #include #include #include...

This patch "fixes" the issue (but does not answer why ioctl writes more than it asked for): ```patch --- collectd-5.12.0/src/nvme.h.old 2025-10-02 06:13:05.958897011 +0100 +++ collectd-5.12.0/src/nvme.h 2025-10-02 06:13:18.365565952 +0100 @@ -58,7...

@manuelluis yep, took the patch from this PR you linked and it solves the issue!

Not 100% sure if that is related, but qutebrowser crashes with SIGTRAP right at the start (with no crash manager popup) when `qt.workarounds.disable_hangouts_extension` is set to `true`. With `qt.workarounds.disable_hangouts_extension` set...