plugwash
plugwash
> Hi @YangKeao - this crate is currently broken for many users due to this (note that #250 is another report of this issue). Afaict there are two seperate soundness...
I updated the patch for condure 1.10, the new version is available at https://salsa.debian.org/rust-team/debcargo-conf/-/blob/171ebbf31695774186bd7d279031906c7f179082/src/condure/debian/patches/base64-0.21.diff
I've written a patch that forces a generic no-asm build on x86 targets without sse2 and uploaded it to Debian. https://salsa.debian.org/rust-team/debcargo-conf/-/blob/d586098f2597e5b5a1dcbf87af5268b3b84206e1/src/ring/debian/patches/use-generic-implementation-on-non-sse2-x86.patch Obviously this is not optimal, runtime detection would be...
The current implementation of floor/ceil is broken on x87, I suspect this is a result of some of the calculations being carried out with excess precision. This is currently blocking...
Would a compromise be to parse the IEs as soon as the chip returns them, and then just store the parsed results. Obviously this is less flexible than returning everything...
I started doing some experimenting, to see if the values looked sane, and see how big a buffer would likely be needed if we were to save them. I got...
diff --git a/cyw43/src/structs.rs b/cyw43/src/structs.rs index 81ae6a98d..4ab646f45 100644 --- a/cyw43/src/structs.rs +++ b/cyw43/src/structs.rs @@ -534,6 +534,7 @@ pub struct BssInfo { pub basic_mcs: [u8; 16], /// Information Elements (IE) offset. pub ie_offset:...
This package uses the "event" api in rustix, which is identified in the "silent breakage" section of the rustix changelog. > When a &mut Vec is passed to [rustix::event::epoll::wait](https://docs.rs/rustix/1/rustix/event/epoll/fn.wait.html), [rustix::event::kqueue::kevent](https://docs.rs/rustix/1/x86_64-unknown-freebsd/rustix/event/kqueue/fn.kevent.html),...
Though it doesn't look like it uses the specific calls in question.
We have a series of patches currently in Debian updating dependencies (We also have some other patches that are not appropriate for upstreaming) https://salsa.debian.org/rust-team/debcargo-conf/-/blob/master/src/dockworker/debian/patches/relax-deps.diff - updates base64 from 0.21 to...