-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Resolved Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Unresolved Failures|gcc|g++|gfortran|Previous …
-
I found that frida fails to hook `time` and `gettimeofday` in Linux userland.
Here are poc files:
poc.c
```c
// gcc -o poc poc.c
#include
#include
#include
#include
int main() {
…
-
### `printf` isn't being called in functions with no parameters
```rs
i32 test() {
printf("test\n");
ret 0;
}
i32 main() {
test();
ret 0;
}
```
-
This is a HUGE stretch goal, but it would be neat.
We already have `functions.py` which specify the arguments to various functions, e.g.:
```
>>> from functions import functions
>>> functions[…
-
[The `format` attribute](https://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Function-Attributes.html) marks a variadic function as taking a format string and corresponding arguments which should be type-check…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |1825/137|0/0|0/0|[43677eed7d22953c677bcfc905acb830e6d33be6](https://gcc.g…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.16 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating syste…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |3/3|0/0|0/0|[e751639e3d20efe97186faa7dca33e7761ba1e79](https://github.com/…
-
| | |
|:---|:---|
|**_F´ Version_**| |
|**_Affected Component_**| |
---
## Problem Description
Analyze the usage of of printf family of functions to minimize the code space requirements on deeply e…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Resolved Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib …