Richard Leitner

Results 6 issues of Richard Leitner

The return value of fread should be checked to be sure we got the data from urandom. Furthermore this fixes following gcc warning when "-D_FORTIFY_SOURCE=2" is set: seed.c: In function...

This PR updates [clap](https://github.com/clap-rs/clap) dependency to its latest version (3.1.6 => 4.0). The clap update needed some changes in the code because of function deprecation in the [clap v3.2.0](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#320---2022-06-13) and...

Add some basic unit tests based on cmocka.

enhancement

Hi, thanks for providing ssh-rs! When executing long-running commands I get the following log messages: DEBUG [ssh::channel::local::channel] Currently ignore message 99 DEBUG [ssh::channel::local::channel] Currently ignore request [email protected] DEBUG [ssh::channel::local::channel] Currently...

We should provide a sane CHANGELOG which may be following the spec of https://keepachangelog.com.

enhancement

Hi, cargo-bitbake fails to parse Cargo files containing custom sparse registries: ``` $ cargo bitbake error: failed to parse lock file at: /path/to/Cargo.lock Caused by: unsupported source protocol: sparse for...