-
```bash
$ objcopy -I binary -O elf32-little flare/rpc/protocol/http/builtin/resources/static/jquery-1.11.2.min.js data.o
$ nm data.o
000176bb D _binary_flare_rpc_protocol_http_builtin_resources_sta…
-
Hi,
I would like to use `maat` with simple projects but I have troubles running, for instance, `id`. My code is the following:
```
from maat import *
m = MaatEngine(ARCH.X64, OS.LINUX)
m.load…
-
Building lfortran on openSUSE:tumbleweed leads to a linking error:
```
[ 185s] /usr/bin/c++ -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-u…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45051](https://bugs.llvm.org/show_bug.cgi?id=45051) |
| Status | NEW |
| Importance | P enhancemen…
-
Similar to #102 and #196, there is a conflict in the 2.0.2 version as well:
```text
Dex: Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lcom/face…
-
the following test has "Illegal instruction (core dumped) " which is a regression by https://reviews.llvm.org/D126962
in the following test case.
bash> cat a.c
```
char* foo(char*);
int main()…
-
Hi, I've found some bugs in your ceserver code and fixed it, the problem is in the ELF32 and ELF64 function located in symbols.c
output is `unsigned char **` but you treated it as `unsigned char *`…
-
Jira Link: [DB-11038](https://yugabyte.atlassian.net/browse/DB-11038)
### Description
Some tests that use libpq from tserver get
> failed to connect to local postgres: Network error (yb/yql/pgwra…
-
Disabling ASLR should not be a requirement for using msan on FreeBSD.
Right now it fails with
```
This sanitizer is not compatible with enabled ASLR and binaries compiled with PIE
```
The check…
-
Hi,
I've got some warnings when compiling x264 (master branch), see below.
It's just to be sure that we have the exact same set of warnings
FYI:
```
gcc --version
gcc (GCC) 9.2.1 20190827 (…