lucab / libsystemd-rs

A pure-Rust client library to work with systemd
https://crates.io/crates/libsystemd
Other
106 stars 19 forks source link

daemon/notify: sanity check state entries #126

Closed lucab closed 1 year ago

lucab commented 1 year ago

This performs some basic sanity checks against notify-state entries. Notably, it checks lenght and content of FDNAME labels.

Closes: https://github.com/lucab/libsystemd-rs/issues/116

lucab commented 1 year ago

@janderholm could you please have a look at this new logic?

lucab commented 1 year ago

@swsnr this one is now ready for review.