Tobias Svensson
Tobias Svensson
Repeated quotes cause stack overflow in lexer Good day, while fuzzing the compiler with honggfuzz for a competition I came across he following stack overflow in the lexer caused by...
I've been having some frustrating hours of woes with the `sym_resolver` - mainly it forcing a radix change and symbol offsets to be calculated correctly. This is mostly based on...
I've noticed that on alacritty the `ncinput_alt_p` and `ncinput_meta_p` functions never return `1` when the alt key is pressed. The `ncinput.alt` value, however, is set correctly and indicates that alt...
**Describe the bug** I was fuzzing patchelf with AFL++ this weekend and came across a few crashes that appear to be related to `sh_offset` in the section headers not being...
In dry runs, only the execution order will be logged. No migrations will be executed or marked as executed. Unfortunately, Rake already uses --dry-run, so this is added as a...
I'm currently implementing a set of transient menus wrapping a command line program. This program has a myriad of options, many of them quite advanced, so I want to, by...
It would be nice if there was an easy way to insert content in the chat buffer from tool functions, such as adding a diff from an `edit_file` tool. This...