Jay Linski

Results 29 comments of Jay Linski

Note: this repo could also adopt the OSV format, which would make collaborating much easier: #599.

Sorry to chime in here, but do you have to provide a value for the `-s` param, or will it fall back to a predefined fixed seed? * https://github.com/AFLplusplus/AFLplusplus/blob/2.66c/src/afl-fuzz.c#L124 *...

> Sorry is this a question for me? I did provide a value, the command I used was `AFL_SKIP_CPUFREQ=1 ./afl-fuzz -d -s 1234567890 -mnone -i corpus/ -o /tmp/o ./fuzz-target 2147483647`....

I opened a fix PR: https://github.com/handlebars-lang/handlebars.js/pull/1977

Thanks for reporting. This was fixed in 02423780a9f437f15c4bf48ea11ce43c019e84c8 but hasn't been published to npm yet.

The plan is to use https://github.com/developit/microbundle and get rid of grunt, babel and webpack. If you wanna give it a try, please go ahead, otherwise please close it and wait...

@benmccann Thanks for adding the changeset :raised_hands:

Edit: I created an issue: https://github.com/sveltejs/kit/issues/10366 This change broke an app of mine. When returning a `fetch()`-response (via node undici) directly to SvelteKit, undici will throw `TypeError: immutable`, because the...