Ate Eskola

Results 8 issues of Ate Eskola

However, this is still draft because the compiler ICEd when testing

Needs Work
Blocked
stalled

This is off Atila's #8101 . I wanted to create the PR against his fork but GitHub didn't allow that. I tried to reproduce the safety bug @Geod24 found, but...

If I run this tool with the `-p` option, it reports a lot of Gtfobins vulnerabilities. However, when I tried to exploit one of them, the output was this: ```...

bug

When trying to initialize spasm, with this js function ```js (toDo) => { fetch("dmodule.wasm") .then(response => response.arrayBuffer()) .then(buffer => WebAssembly.instantiate(buffer, { env: jsExports })) .then(obj => { spasm.instance = obj.instance;...

## Description BetterC D code can already be analyzed with KLEE, a LLVM bitcode verification tool. See https://theartofmachinery.com/2019/05/28/d_and_klee.html for great introduction. The idea is that some or all regular D...

### System information - **dub version**: 1.33.1 - **OS Platform and distribution**: Nixos 23.11 - **compiler version** ldc-1.34.0 ### Bug Description ```bash $ dub build -v Using dub registry url...

https://github.com/godot-dlang/godot-dlang/blob/e464b1a8b3bc30851f8bee3c8506de877ca8f3fa/src/godot/poolarrays.d#L38 There apparently is some sort of attempt to have `PackedStringArray` to be a regular D `string` as opposed to Godot `String` type. This improvement has been left unfinished though,...

bug
confirmed

Hello, I'm using the [Nix packaging](https://search.nixos.org/packages?channel=24.05&show=space-cadet-pinball) of this game. I have just updated my software from NixOS 23.11 to NixOS 24.05, meaning Space Cadet got updated from 2.0.1 to 2.1.0....