
We found results for “”
WS-2020-0247
Good to know:

Date: November 24, 2020
conqueue before 0.4.0 unconditionally implements Send/Sync for QueueSender<T>, allowing to send non-Send T to other threads by invoking (&QueueSender<T>).send(). This fails to prevent users from creating data races by sending types like Rc<T> or Arc<Cell<T>> to other threads, which can lead to memory corruption.