Axel Viala
Axel Viala
Also check length before de-referencing. ## Direct rational for this change: - Why using `strchr` if we have a length? - Accepting `char * p` that doesn't contains `\0` ##...
## Description Changes in `pdns/dynlistener.cc` to comply with clang-tidy. If theses patches are welcome, I may do some on personal time. To the reviewer: take caution as said before i...
### Short description An other clang-tidy in `pdns_utils` for `nullptr` + initialize. Moved the comments upper to avoid depassing 80char limit. No problem if a rollup is justified of #11966...
### Short description Again a clang-tidy patch, this time use `empty()` for checking emptiness of strings/collections and a not-int variables moved declaration to assignation site. It's change driven by clang-tidy...
Thanks for your awesome work on nom! It's a small doc fix links to `[recipes]` docs where broken. don't hesitate to close if it's a duplicate. Found with `cargo doc...
- Related to #821 and #823 - State: Mostly brain dumping of an informal conversion with Guillaume and I. On Linux at least `/sys/class/hwmon` know as `Hwmon` or `Hardware Monitoring`...
Hello, found maybe a little mistake in how `tcp_keepalive` see [OptsBuilder::tcp_keepalive()](https://github.com/blackbeam/mysql_async/blob/master/src/opts/mod.rs#L1057-L1061) is defined in the lib. Thanks for the lib by the way. By convention keepalive tcp parameters are seconds,...
EDIT: **Maybe related to** : https://github.com/bluejekyll/trust-dns/issues/351 as pointer by @bluejekyll in discussion. Hello! Sorry it's a bit messy found it while playing around with Axfr (zone_transfers) parts of the client...
Hello, taking interrest with issue: https://github.com/bluejekyll/trust-dns/issues/365 Disclamer: the approach is naive I know it involve a most to malloc and leaved the code untouched even allocating in a loop, mostly...
(to maintainers feel free to edit! it's a draft for now; Will try to edit with pro/cons later) Right now Trust-Dns purpose only the following backends: - Sqlite - InMemory...