Jan Kundrát
Jan Kundrát
We just got this failure in the CI using this morning's latest `devel` of everything: ``` 11/17 Test #13: test_sub_ntf .....................Subprocess aborted***Exception: 17.30 sec [==========] tests: Running 9 test(s). [...
The recent merge broke the CI for us: ``` 11/22 Test #1: headers ..........................***Failed 0.25 sec Missing #include "compat.h" in file /home/ci/src/cesnet-gerrit-public/github/sysrepo/sysrepo/src/plugins/ds_mongo.c for function asprintf() Missing #include "compat.h" in file...
We're on a3937bb0 (porting the C++ bindings to libyang v3 will take some time), and the following code causes a heap buffer overflow: ```c++ #include #include #include #include #include void...
My app uses the `nghttp2_asio` library, and as it only speaks HTTP/2, it runs behind the `nghttpx` reverse proxy. As a result of that, all client connections effectively arrive via...
(we talked about this on Slack earlier today, and I was asked to provide a bugreport) When I fetch content of the `startup` DS, some modules below `/ietf-yang-library:yang-library/module-set` have their...
This is needed to support the use case where rrdcached runs as a dedicated user while collectd runs as root. Nope, this doesn't handle the created directories. There's no sane...
*TL;DR: an "internal error" is logged from sysrepo because something attempts to recover a subscription (?) while there are no previous events. This is with the latest `devel` of everything.*...