-
## Description
**NOTE**: I was testing Commit [5ddde9ff91565e17d99d9b827e29177e33025975](https://github.com/qualisys/qualisys_cpp_sdk/commit/5ddde9ff91565e17d99d9b827e29177e33025975)
Multiple APIs…
-
I like the display and I could think of some improvements:
1. instead of splitting the screen by default, have just the whole map displayed, and when selecting a node then do this in a overlay?
2.…
-
Migrated from [rt.perl.org#134269](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=134269) (status was 'open')
Searchable as RT134269$
p5pRT updated
5 years ago
-
Hi,
I'v stuck with a problem that I cannot combine afl.rs with asan when it deals with real world programs without any use of 'fuzz' macro that afl.rs serves.
let mut rustflags = format!(
…
-
Migrated from [rt.perl.org#131647](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=131647) (status was 'open')
Searchable as RT131647$
p5pRT updated
2 years ago
-
Migrated from [rt.perl.org#131630](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=131630) (status was 'open')
Searchable as RT131630$
p5pRT updated
2 years ago
-
(consider this as a work-in-progress design doc, it will be periodically updated)
EDIT 2019-06-20
# Data Flow Trace
The Data Flow Trace (DFT) tells the fuzzing engine which bytes of a given inpu…
-
Hello!
afl-fuzz reports crashes for the app I test, yet these crashes are not reproducible: just nothing happens. I can't change the code under test, cause it's too complex.
Is it possible to dete…
-
| | |
| --- | --- |
| Bugzilla Link | [24639](https://llvm.org/bz24639) |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#25018 llvm/llvm-project#25031 llvm/llvm-project#25035 ll…
-
I'm investigating property-based testing for Oxen projects, I think libsession-util is a good start, and `session::bt::merge` is a good toy study case.
To use property-based testing, the first step…