Kane York
Kane York
update: reading more of the gzip stuff, I think Flush is not sufficient - it needs a Close / Reset.
Hm, I think that works - one focusing on the fact that work is batched together, the other focusing on the fact that each individual object is separately delayed. On...
The two-phase borrows mechanic means that `r1` is considered inactive until it's used to write through, and that write pops `r2` off the borrow stack.
Specifically, the suggestion is to define it as an alias for `https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git` or wherever mainline moves to in the future.
Experience report, seconding the early comments in this issue: This being experimental just stopped me from writing the following bug: ``` b'a'..b'z' | b'A'..b'Z' | b'0'..b'9' => { ```
I believe it's -Zdisable-isolation or something like that? You're probably passing a non null terminated string.
Flippant version: Protobuf is only "self describing" if you're okay with numbers for field names.
No need for a separate test case, the repository's own tests are enough: https://asan.saethlin.dev/ub?crate=lua-patterns&version=0.4.0 ``` running 5 tests test tests::bad_patterns ... ================================================================= ==6922==ERROR: AddressSanitizer: global-buffer-overflow on address 0x5633d6f8b68c at pc...
I'd like to point out that for any traffic statistics that might be exposed through this, the browser vendor (Chrome/Google) already has access to them. This scheme is inherently extracting...