Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: b00f923d26bd1591ec6d21d9f28cd338df56e7c0
https://github.com/kronosnet/kronosnet/commit/b00f923d26bd1591ec6d21d9f28cd…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M libknet/bindings/rust/src/lib.rs
M libknet/bindings/rust/src/libknet.rs
M libnozzle/bindings/rust/src/lib.rs
M libnozzle/bindings/rust/src/libnozzle.rs
M libnozzle/bindings/rust/tests/src/bin/nozzle-test.rs
Log Message:
-----------
Tidy the rust code a lot
(thanks clippy)
Branch: refs/heads/stack-clash-protection
Home: https://github.com/kronosnet/kronosnet
Commit: e13b7c74634c511d44603a203a328f4d67920321
https://github.com/kronosnet/kronosnet/commit/e13b7c74634c511d44603a203a328…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M configure.ac
Log Message:
-----------
[build] Add -fstack-clash-protection to release builds
CentOS Stream CI insists on this but it's generally a 'good thing'