Ammar Askar
Ammar Askar
Hi there, we (Rust group @sslab-gatech) are scanning crates on crates.io for potential soundness bugs. We noticed that in these three code locations, unsafe memory is passed to `Copy::copy`, `Copy::copy_mat`...
Hi there, we (Rust group @sslab-gatech) are scanning crates on crates.io for potential soundness bugs. We noticed that the `Retro` struct which allows for some unsafe operations is marked as...
@wizard97 Lemme know if I used the `_RECV`/`_SEND` convention right here, I had to expand it out since other packets will also have varying lengths. @charlescao460 Would appreciate you testing...
Not sure if this matters a whole lot but these are the TX (RX from iSkipper's perspective) frequency values I got from reverse engineering the base station firmware: ``` Sets...
IRC channels with mode +k which require passwords to join
Currently the hook responds with nothing when you make a successful or unsuccessful request to it. Meaning there's no way to differentiate between whether you pinged it properly or not
Currently our main resource targeting new contributors is midway through the index page: https://devguide.python.org/#contributing It would be nice if we could have more like a landing page for new contributors...
Hi there, we (Rust group @sslab-gatech) are scanning crates on crates.io for potential soundness bugs. We noticed that the [`TensorType`](https://tensorflow.github.io/rust/tensorflow/trait.TensorType.html) trait is commented as: > Currently, all implementors must not...
The project at https://github.com/PrismarineJS/minecraft-data/ provides machine readable information about the protocol. It might be interesting to unit test the packet structures we have against this repo to validate them. This...
Hi there, we (Rust group @sslab-gatech) are scanning crates on crates.io for potential soundness bugs. We noticed that in `Window::new`, the bytes read returned from the `reader` are used to...