-
Trying to cross-compile dynamorio from source for linux arm using the arm32 toolchain file.
cmake -DCMAKE_TOOLCHAIN_FILE=../dynamorio/make/toolchain-arm32.cmake ../dynamorio
However, the result…
-
ASan support for musl libc would be great for lots of embedded projects https://wiki.musl-libc.org/projects-using-musl.html and it could help increase the security of IoT.
Someone tried to create …
ja-pa updated
11 months ago
-
Create this file as `test.sh`:
```sh
#!/bin/sh
# the following is exactly 512 chars heredoc (including newlines):
:
avih updated
11 months ago
-
The bindist used is: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/9.4.8/ghc-9.4.8-i386-alpine-linux.tar.xz
It is a dynamically linked bindist, because the static ones are more broke…
-
Hi, it seems like there's no support for `sparc` or `sparc64` architectures currently. What would be the steps to implement support for making syscalls on them? Would it be possible to incorporate the…
-
**Actual behavior**
When trying to build the debug image for the executor using the `executor:v1.8.1-debug` image to run the build, the build fails.
~When trying to build an example image that lev…
-
# 🐞 bug report
### Affected Rule
The issue is caused by the rule: Gazelle extension
### Is this a regression?
Yes, before #1895, we were able to cross-compile Gazelle extension by …
-
### Issue Summary
I develop and build my [VS Code extension](https://marketplace.visualstudio.com/items?itemName=damms005.devdb) on my Linux machine.
It uses sqlite3 to connect to SQLite databases…
-
Per discussions at #96347 (there is no official documentation†), the size of the *default/global* stack is fixed and differs between OSes.
ASP.NET devs can use [the `stackSize` setting](https:…
-
This is pretty much https://github.com/rust-lang/cargo/issues/7563 generalized, which was fixed in https://github.com/rust-lang/rust/pull/69519, which I don't consider a correct or satisfactory soluti…