Georg Reinke

Results 12 comments of Georg Reinke

I won't have time to work on this in the forseeable furute, no. You can look at github.com/godbus/dbus for a maintained fork.

Thanks for your contribution. I'll look at this as soon as I have time for it.

The example is supposed to be just this - a simple, minimalist example. You're right, though, in that there should be something to make this easier for real cases. I'll...

A value of the Prop type needs to have some kind of reference to the connection because it may need to send signals to the message bus, and it has...

This restriction is mainly there to distinguish between "normal" exported methods and methods that should be accesible via D-Bus, which is admittedly ugly, but neccessary for packages like `prop`. If...

Duh; using (Go) interfaces is an obvious solution to this. I think that I already considered something like this, but forgot about it somehow. I don't understand why you think...

I see. I don't really want to make a special case in the code for this construct, so I'll think about how we can avoid this.

Got that commit message wrong. 2ba8c56 is not related to this issue.

I can confirm that at least for our setup (nginx 1.19, PCRE 1 8.45, ModSecurity 3.0.5) this actually breaks Regexp-based rule evaluation since PCRE fails to allocate memory, and ModSecurity...

@StevenResiot a minimal reproducing example code would indeed be very useful here, without this I don't know how to proceed here