BenBE
BenBE
With the SCT accounting I mean the number of SCTs from "qualified logs" counted towards the "sufficiently logged" criteria. For embedded SCTs this should be possible to determine from the...
`pemcrack.c` is missing includes: ```c #include #include #include #include ```
As gzip is not the only possible format for compression (bzip2, gzip, zstd, … come to mind), wouldn't it be simpler to just use `image/qoi+gzip`, `image/qoi+bzip2`, and `image/qoi+zstd`, etc.?
Why not have a weak symbol `cm_version_printinfo` which resolves to a blank function if internal version info is disabled or a full function doing the output when enabled. If a...
The patches look sane so far (first impression, not tested or deeper analysis), but a minor wish: Could you please include an option to keep the existing timestamps on X.509...
Okay, going through these crashes, they are distinct: 1. @jasonhernandez : Crash inside call to `LinuxProcessTable_recurseProcTree` from `Machine_scanTables`: When the `useDeletedLib` flag should be updated, assigning `lp->last_mlrs_calctime = host->realtimeMs;` fails...
> While reviewing some CVEs in downstream Debian distribution including htop, I noticed there was a CVE assignment https://www.cve.org/CVERecord?id=CVE-2024-37676 with only reference https://gist.github.com/Cirno9-dev/0109cde3bdbe7eccc6770515106740b7 I've seen bug reports with more effort...
I think, instead of hacks on top of other hacks, the overall libsensors-to-cpucore mapping should be addressed properly.
@Explorer09 Mind to open a discussion with the libsensors people and link it here for reference? It's not just this bug, but quite a few more, that basically boil down...
We'd also strongly prefer not to deal with any of the driver-specific stuff in htop. And honestly, there are two places things could go: Either into sysfs alongside each sensor...