Marcelo Juchem
Marcelo Juchem
When including `bcc/BPF.h` there's a compilation error regarding arithmetic on a pointer to an incomplete type 'ebpf::USDT'. The fix is straightforward: swap the order of the class declarations in the...
## Summary: When including `bcc/BPF.h` there's a compilation error regarding arithmetic on a pointer to an incomplete type 'ebpf::USDT'. Upon inspection of the `bcc/BPF.h` source file, I verified that it...
When linking BCC statically to a program, some symbols are missing (output truncated, longer output at the bottom of this message): ``` undefined symbol: ebpf::BPF::get_syscall_fnname(... undefined symbol: ebpf::BPF::init(... undefined symbol:...
### General information The config dialog states that [enabling OTP is not recommended](https://github.com/browserpass/browserpass-extension/blob/77f6d18f8ea92e68fc0c020cb4065283e45a78c2/src/options/interface.js#L59) with no explanation of why, which can be quite confusing (e.g.: is OTP not recommended or what?)....
Say there is `book.pdf.bz2`, it would be quite handy to be able to view `book.pdf` without having to decompress it beforehand. Common compression formats like `gz`, `bz2` and `xz` could...