Pierre Chifflier

Results 6 issues of Pierre Chifflier

- Rust version : rustc 1.56.1 (59eed8a2a 2021-11-01) - nom version : 7.1.0 - nom compilation features used: default ## Description Currently, `count` uses `Vec::with_capacity` to preallocates the `Vec` (https://github.com/Geal/nom/blob/7.0.0/src/multi/mod.rs#L537)....

Hi, cargo-fuzz is not working anymore here, but I cannot find the source of the problem. The error is triggered when starting the fuzzer: ``` $ cargo fuzz run fuzzer_script_1...

upstream

This is the tracking issue for ideas discussed with @g2p in #35: can the parser expose the raw bytes for all components? Maybe a possibility is to use something like...

Followup of #69 Ring is a nice library, but it is not sure it is the best for our purpose: `x509-parser` needs to be able to verify all kind of...

Hi, Build of current master (2015-04-09, `./gradlew build`) branch fails with error: ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':flock'. >...

bug

See [this email](https://www.spinics.net/lists/netfilter/msg58081.html) and the [nf-queue.c](http://git.netfilter.org/libnetfilter_queue/tree/examples/nf-queue.c) example.