Max Ammann
Max Ammann
Yes dynamically, to switch between e.g. Bayern, nürnberg etc. This is just for the debugging website
On this branch executing this command either hangs or returns that Asan did not trigger: ``` cargo test -p tlspuffin --target x86_64-unknown-linux-gnu --features "wolfssl530,asan" tls::vulnerabilities::tests::test_seed_cve_2022_ ``` The hang is weird....
This is the hang in the child: ``` 0x00007ffff75cd840 in ?? () from /usr/lib/llvm-10/lib/clang/10.0.0/lib/linux/libclang_rt.asan-x86_64.so (gdb) bt #0 0x00007ffff75cd840 in ?? () from /usr/lib/llvm-10/lib/clang/10.0.0/lib/linux/libclang_rt.asan-x86_64.so #1 0x00007ffff75eb292 in ?? () from /usr/lib/llvm-10/lib/clang/10.0.0/lib/linux/libclang_rt.asan-x86_64.so...
``` [Switching to process 240856] 0x00007ffff74c9a3a in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) () from /nix/store/572dbfdcc1zkzw96z6iw51i6p3q777qh-clang-wrapper-14.0.6/resource-root/lib/linux/libclang_rt.asan-x86_64.so (gdb) bt #0 0x00007ffff74c9a3a in __sanitizer::FutexWait(__sanitizer::atomic_uint32_t*, unsigned int) () from /nix/store/572dbfdcc1zkzw96z6iw51i6p3q777qh-clang-wrapper-14.0.6/resource-root/lib/linux/libclang_rt.asan-x86_64.so #1 0x00007ffff74caeb2 in __sanitizer::Semaphore::Wait() () from...
Reported upstream here: https://github.com/llvm/llvm-project/issues/63224
There is also another issue which could be solved that way: https://discourse.gohugo.io/t/responsive-tables-in-markdown/10639/7 > Users can easily add classes to the `` itself like so: I agree, but sometimes its required...
Closing because of inactivity.
We should also directly address the overflows. E.g. returning errors/options when we would hit the overflows.
@FabianWildgrube Hi! Are you still interested in pushing this forward? I think this approach is still very nice, though there were some limitations I don't remember right now.
> Hi @maxammann - I still think it's an interesting and fun problem to look at. But realistically I'm not going to get to it because of work and other...