Simon Wörner
Simon Wörner
Dear all, the following crashes were found by a modified version of the kAFL fuzzer (https://github.com/RUB-SysSec/kAFL). I have attached the crashing inputs ([crashes.zip](https://github.com/mstorsjo/fdk-aac/files/2219859/crashes.zip)) with backtrace and context during crash, grouped...
Free DLC's may not be claimable, e.g. claiming the currently available "Epic Slayer Kit – Epic Games Store" may result in the error "Sorry, you don't have a prerequisite to...
The url for `notes.js` doesn't use the `$reveal_location` and therefor doesn't work for relative paths.
`test.rn`: ```rune pub fn main() { println!("{:>} = {:>}", "AB", 0x1234); println!("{:>} = {:08}", "AB", 0x1234); } ``` ```shell $ rune run test.rn AB = AB4660 AB = 00AB4660 ```
Following the suggestion in #407 this is a complete rework of the vscode extension based on the rust-analyzer extension code. This should at least fix the usage over ssh connection...
Many hex literals are considered invalid for no obvious reason, while nearly identical literals are accepted. Edit: `e` seems to be the common factor, likely related to scientific representation. ```...
It would be nice if fundoc could also keep indent when no comment prefix is used. I prefer using comment blocks without prefix as for me they are cleaner to...
Adds support for `cs_regs_access`, fixes #63. I'm not sure how to implement the tests yet, the `instructions_*` tests are a bit complicated on first sight.
Currently there is no way to create a config without having the client private key on the server, which defeats the purpose of public keys. I see how this is...
This adds a basic description of the `--allow-hosts` option and some usage examples. As suggested by @mhils in #4001 the behavior of `--allow-hosts` will likely change so it would be...