gentooise
gentooise
**This is a...** - [X] Bug Report - [ ] Enhancement Request ## Brief Description Wrong header parsed by CDT Indexer in case of multiple headers located at different paths...
At first, I followed the example provided here to expose a container: https://github.com/ThePhD/sol2/issues/773#issuecomment-463550908 and it's working. However, in my case **I would like to have a container plus some additional...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour Lua...
**Indicate project** libsysflow **Describe the bug** The user name is not reported for domain users. **To reproduce** Steps to reproduce the behavior (on a Ubuntu 22): 1. Setup LDAP (used...
**Indicate project** libsysflow **Describe the bug** Process events are not reported when using `execveat` syscall on `s390x` architecture (tested on `0.6.1-rc1`). **To reproduce** Steps to reproduce the behavior: 1. compile...
**Indicate project** libsysflow **Describe the bug** Long command line is truncated and sometimes filled with garbage bytes at the end. **To reproduce** Steps to reproduce the behavior: 1. Start the...
Closes #1127 Note for reviewers: I tried to keep equivalent `#ifdef` conditions, but I'm not really sure on the history/rationale of those. Please double check.
### Description In libcurl, `CURLOPT_SSL_OPTIONS` are designed to be given all together, since each call to `curl_easy_setopt` (on the same handle) will actually cancel any previous one by overwriting all...
### Description According to this: https://json.nlohmann.me/api/basic_json/dump/#parameters , when passing `error_handler_t::ignore` to `dump()` function, invalid UTF-8 characters should be ignored and copied as-is into the final string. However, I'm debugging the...