Pierre Chifflier

Results 10 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.

Hi, I'd like to parse data with generic input (so my input has bounds `I: Input`), and store it in a `Cow` object. I tried many implementations but could not...

Misc changes to prepare first beta release (which will be 0.19.0-beta.1): - Fix version number in CHANGELOG and UPGRADING files (closes #222) - Update version to 0.19.0-beta.1 - chore(cargo): update...

This PR implements visitor patterns for `X509CertificationRequestInfo` and `X509CriAttribute`. It offers multiple (redundant) methods to allow accessing raw (unparsed) data and/or typed data (if parsed successfully). References: #205 and #206

This issue tracks the requirements and progress for the nom 8 upgrade. - [X] Pre-requisite: `nom-derive` must be upgraded to nom 8 first (done, but requires a release) - [X]...