Alexander Kjäll

Results 77 issues of Alexander Kjäll

First: is this a bug report? A suggestion? Or asking for help? bug report # Problem description My fuzzing found an panic inside cursive itself when displaying a string supplied...

First: is this a bug report? A suggestion? Or asking for help? Just some information, and a small suggestion. # Problem description I wrote a small setup to fuzz the...

First: is this a bug report? A suggestion? Or asking for help? A bug report I think, or maybe asking for help :) # Problem description I have a quit...

always nice to have web traffic encrypted by default

Hi I did some fuzzing of a library that uses this library, and found this issue: ``` called `Result::unwrap()` on an `Err` value: NulError(0, [0]) thread 'tests::test_to_c_str' panicked at 'called...

Hi, I did some fuzzing of a crates that uses this library, and found the following crash: ``` thread 'main' panicked at 'attempt to subtract with overflow', src/utils.rs:106:5 stack backtrace:...

This fixes the bug reported here: https://github.com/BonsaiDen/cursive_tree_view/issues/20

Hi I did some fuzzing of display of untrusted strings in cursive that uses this library and found this crash: ``` thread '' panicked at 'called `Result::unwrap()` on an `Err`...

deprecation note here: https://crates.io/crates/tempdir

This happens in the function image::load_from_memory It's possible to construct image data in such a way that the library crashes due to it trying to allocate too much memory. I'm...

kind: bug
topic: limits