meme

Results 17 issues of meme

### Description of the bug: When running Bazel on an M1 MacBook from both Homebrew and latest git, Verible builds but does not install. All messages from Bazel during the...

type: bug
untriaged
team-OSS

In https://github.com/lifting-bits/rellic/blob/master/rellic/AST/GenerateAST.cpp#L135, `SwitchInst` are not supported. Compile the following with `remill-clang-4.0 -emit-llvm -O3 -c -o example.bc` and decompile: ```c #include uint32_t target(uint32_t n) { uint32_t mod = n % 4;...

enhancement
decomp

This allows vpr to be built on M1 MacBooks #### Description For this to work, you need `tbb@2020` from Homebrew. I was able to build the software using this CMake...

VPR
libarchfpga
ABC
external_libs

Please provide a license file.

Looks like due to improper bookkeeping `client_close` is called twice for the same client, which has already been `free`'d, leading to a UAF. ASan: ``` ==33430==ERROR: AddressSanitizer: heap-use-after-free on address...

Currently the executable is compiled with `-fno-pie` which is NOT AT ALL the way this should be handled. Because coverage data is sent across processes, the same binaries should have...

bug

If one thread discovers a new input which triggers dynamic instrumentation, it should communicate the code change to all other threads to reduce the overhead of each process instrumenting the...

performance