Federico Di Pierro

Results 863 comments of Federico Di Pierro
trafficstars

Hi! Thanks for opening this issue! Clight does indeed support building with [elogind](https://github.com/elogind/elogind/) too, so that you are able to build it on non-systemd systems.

It seems a yaml-cpp bug to me; did anyone report it to them?

So, i was trying to reproduce this with a small example using just yaml-cpp but i could not. I will try to understand whether this is actually a Falco bug.

Oh i was wrong, the bug lies in `YAML::LoadAll(std::string input)` method from yaml-cpp; this example reproduces the bug without Falco involved: ``` #include #include int main() { static const std::string...

Opened 2 upstream PRs: * https://github.com/jbeder/yaml-cpp/pull/1318 rejects corner cases scalar values that were instead accepted (the yaml that are causing this issue will basically start throwing yaml-cpp `ParserException`s since they...

Waiting for upstream to merge last PR (https://github.com/jbeder/yaml-cpp/pull/1319) and eventually tag a new yaml-cpp release before updating. These fixes won't end up in the 0.39.0 Falco release, since we haven't...

I think you can now rebase on top of Falco master ;)