Max Ammann

Results 232 issues of Max Ammann

This setups the MSVC compiler in our CI. Right now we do not need it. But as soon as we link for example against SQLite or OpenSSL we might need...

pr-postponed

maplibre-rs should be able to cancel data or tile requests after starting them. ## 🤔 Expected Behavior If the user scrolls into some area then the tiles get loaded. If...

feature-request

## 🤔 Expected Behavior Rendering should work with Vulkan. ## 😯 Current Behavior I can only see a white-screen when starting the maplibre-rs demo on Windows 11 with a Nvidia...

bug

When using `-K` StateAFL's instrumentation might crash. When e.g. the signal SIGTERM is received, then the target must exit. Because the exit handlers (__run_exit_handlers) might be executed while the target...

I encountered this repository for which there is no documentation: https://github.com/stateafl/libfaketime-asan-fixed Is it this required for stateafl or is it just recommended?

I created a pcap file from `tcpdump`. The `data` field does not exist in those dump files. Instead you have to get the data from the `payload` field.

Currently, tlspuffin uses the Cargo build system to link against targets. This was nice during the initial development, because it was easy to do changes in OpenSSL/tlspuffin. This was an...

As a very simple example a TCP fuzzer could be interesting. Strictly speaking we don't need tlspuffin for fuzzing it, but it might still be worth experimenting. Alternative fuzzers: https://github.com/IPv4v6/isic

## QUIC overview QUIC is a tightly integrated protocol stack that implements a UDP-based record layer, uses TLS 1.3 and HTTP/3. It can not be thought as simply stacking these...

protocol