-
The segfault can be reproduced as follows.
```
$ git clone https://github.com/MatthewKhouzam/sum_of_squares.git
$ cd sum_of_squares
$ git checkout 0debd1aa615e5ff0dabc4d4631628b08b91701cf
$ gcc…
-
# Get your issue reviewed faster
Show kata-collect-data.sh details
# Meta details
Running `kata-collect-data.sh` version `2.0.0 (commit 4bb23ed9903c1a47157444088e9255313c9282d2)` at `20…
-
Using latest version of lsposed manager and chromext as of today (August 6)
I use Samsung internet beta because regular Internet is a system app and cannot be uninstalled.
-
**Describe the bug**
The libraries in glibc-2.30 link to the libc from glibc-2.27
**To Reproduce**
```shellsession
$ ls -l $(nix-build --no-out-link -A glibc)/lib/libpthread-2.30.so
-r-xr-x…
-
This program
```
// g++ -std=c++11 -static -o m24_11 m24.cpp ; ./m24_11
int main()
{
long double t = 1;
printf("%.17Le\n", t / 100000);
}
```
outputs (Linux, expected result):
`1.000000000000000…
-
1 keywords
Dobby: commit 0aec6c146a3140b917d42850f3c48d19e6c64746
ndk: 19.1.5304403
sdk: 30
rom: LineageOS_14.1 (Android 7.1.1)
Device: XiaoMi 5
2 code
```c
int (*orig_open)(const char *path…
-
Running `strace -f -e execve make` allows us to see what external programs are used and how many times in the build process. If we want to ensure that only trusted/reproducible tools are used, then we…
-
**Describe the bug**
The lorri daemon fails to build my project's environment, saying "No such file or directory (os error 2)" in the logs. But running `lorri watch` successfully builds it.
**T…
avh4 updated
4 months ago
-
Hi, I just read about the project and I really like it. I am maintaining BlissOS and currently looking for a better root solution than the old [Superuser made by koush](https://git.osdn.net/view?p=and…
-
### Quick summary
* nix blows up number of `-L` flags passed to GCC
* GCC passes all `-L` flags to its subprogram `cc1` via an environment variable
* If that's longer than 128 KB, then everything…