Julien Voisin

Results 219 comments of Julien Voisin

Typescript support was added in 1bd44ade46f3fa414c86bd5688f0977677bbb769

As said on [matrix]( https://grapheneos.org/contact ): ``` best way to do this is making a simple little library for generic MTE use abstracting the stuff start with simply doing this:...

[isoalloc]( https://github.com/struct/isoalloc ) recently added support for MTE.

Doesn't this break the compilation when used with libc++ and `-fnot-exceptions`?

A first step would be to add a test for `-fno-exceptions` in the CI as a separate pull-request, then move forward with this one I think. I might give it...

I don't think I'll be able to find some free time any time soon unfortunately :/

#192 is a first step in this direction.

As explained on [matrix](https://grapheneos.org/contact#community) by @thestinger : > it could potentially be improved another way: you can see where that's done in `get_free_slot` there's a bitmap consisting of `4 x...

This is what my local'n'ugly pythonfuzz-powered fuzzer looks like: ```python import os import mutagen from pythonfuzz.main import PythonFuzz @PythonFuzz def fuzz(buf): path = '/tmp/lol' with open(path, 'wb') as f: f.write(buf)...

It's the result of fuzzing :)