Sebastian Pipping

Results 774 comments of Sebastian Pipping

@jonathanmetzman is there a chance for a version of this to be merged? What does it take?

@jonathanmetzman maybe its a sign that every fuzzing project should be able to say what base image it needs, similar to what GitHub Actions is doing. If that was supported,...

> > @jonathanmetzman is there a chance for a version of this to be merged? What does it take? > > This will be a very long process as we...

For anyone else wondering about the close, I believe the answer is that #13942 has been merged in the meantime. @maflcko thanks for your work on this topic!

I'm good with the `media-plugins/ladspa-bs2b` parts.

Here's the two projects (or pull requests) where I needed to tame AppArmor to unbreak CI for Ubuntu >=24.04 so far: - https://github.com/hartwork/sandwine/pull/93 - https://github.com/kevin1024/vcrpy/pull/904

@saz interesting! Iust to be sure, `systemctl disable` is only relevant for the next boot and after while `systemctl stop` would stop the service. Is there a mix.-up here or...

@saz I see, thanks for the clarification! 👍

@pointsman this is expected behavior for Expat >=2.**6**.0 from pull request #789 to address a related security issue. If you want the *old and insecure* behavior you can call API...

@pointsman PS: Here's the minimal patch needed to your example: ```diff --- a/main.c +++ b/main.c @@ -19,6 +19,7 @@ main (int argc, char **argv) int done, len = strlen (data);...