Julien Voisin
Julien Voisin
Currently, isoalloc has zones in increasing power of two, for performance reasons. Unfortunately, this means that an attacker aiming at exploiting an UAF against an object of size `N` only...
- [ ] `new`/`delete` - [ ] `new[]`/`delete[]` - [ ] size mismatch on `delete` - [ ] `std::bad_alloc` on invalid `new` - [ ] no exception if configured this...
[hardened_malloc]( https://github.com/GrapheneOS/hardened_malloc ) has a really nice [testsuite](https://github.com/GrapheneOS/hardened_malloc/tree/main/test/simple-memory-corruption ) of memory corruptions that isoalloc should be able to detect. It would be nice to run it as part of the...
Since this is currently the easiest way to compile and run a standalone version of musl's malloc-ng, it would be nice to either keep it in sync with musl, or...
``` $ rebuildctl pkgs sync-profile --sync-config /etc/rebuilderd-sync.conf tails […] Aug 08 16:03:53 rebuilderd rebuilderd-worker[575]: ==> box: Box file was not detected as metadata. Adding it directly... Aug 08 16:03:53 rebuilderd...
``` rebuilderd@rebuilderd:~$ rebuildctl pkgs log Error: Failed to fetch package Caused by: Filter matched too many packages: 2 rebuilderd@rebuilderd:~$ ``` It would be nice to have a list of all...
It would be great to be able in one click to pivot from exodus to pithus.
I've found a lot of unhandled exceptions and timeouts in mutagen by fuzzing it with PythonFuzz.