Max Bruckner

Results 129 comments of Max Bruckner
trafficstars

Probably most of them. cJSON is in quite bad shape in this regard. Many crashes can probably eliminated by fixing cJSONs unicode handling.

Wow, I've been running Afl for one night and didn't find any crashes anymore. Nice Job @DaveGamble, I'm really impressed. I've been trying to fix some of these by myself,...

The hang is a false positive 👍

> Bun does use a lot of threadlocal variables, many of which are defined later Are you saying that threadlocal variables are falsely flagged as uninitialized read by valgrind?

> If we use this project in general Just to be clear. This project is not there to actually be **used**. It's a fun project to play around with how...

> New frame types are allowed to be added, but if we made an exhaustive enum (such that you could write a match that check for every type), then when...

> No worries! Will mark this issue as good-first-issue, the only change required will be using something like: Not quite, you need to use a constant time comparison function like...