Evan Richter
Evan Richter
The attached img file will cause the following subtraction to overflow: https://github.com/rafalh/rust-fatfs/blob/4892fb1791b29616d8573235eb83644003d13791/src/file.rs#L283 [img.zip](https://github.com/rafalh/rust-fatfs/files/9033820/img.zip) The application code can be seen here: https://github.com/evanrichter/rust-fatfs/blob/16f52f4d64c6d54ca9290f66e5167e1f2ddad552/fuzz/fuzz_targets/fs_load.rs
It would be nice to turn off terminal colors sometimes, but there currently is no option to do that. https://no-color.org/ is the closest thing to a standard I could find,...
I recently had a dataset that took hours to generate, so I wanted a workflow like: 1. generate dataset once 2. save quartile data to csv 3. plot csv with...
In doom-emacs, C-o is mapped to `better-jumper-jump-backward` which has the behavior similar to a browser's back button. It will jump the cursor back to previous search results, or any location...
Is there is any interest in hosting an (official) rust-fuzz docker image with things like cargo-fuzz and afl-rs pre-installed and keeping up with the latest nightly rust? I set up...
I made some updates to the fuzz harnesses so they can now compile and run, please let me know if it looks ok! I did find a test case that...
I set up some simple fuzzing for sn0int in [my fork](https://github.com/evanrichter/sn0int/blob/main/sn0int-std/fuzz/fuzz_targets/image_load.rs), targeting image loading, and found a few issues you may find security relevant. [crashes.tar.gz](https://github.com/kpcyrd/sn0int/files/9571273/crashes.tar.gz) crash-16* and oom-47* cause allocation...
Following the guide for language support was pretty straight forward, thanks for the great docs! This adds support for the Smali language, which is the human readable bytecode form of...
### What is the issue? git commands don't work with ssh urls if tailscale ssh is enabled ``` > git fetch /run/current-system/sw/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) /run/current-system/sw/bin/bash:...
I want to set: ```nix system.defaults.universalaccess.reduceTransparency = true; ``` But it does not activate that setting, and I see this error: ``` 2023-06-22 10:00:59.454 defaults[36943:266809] Could not write domain com.apple.universalaccess;...