Charlie Barto
Charlie Barto
I reported this upstream as https://gitlab.gnome.org/GNOME/libgda/issues/13 Looks like it'll probably be fixed in libgda-6.0
Things seem to compile fine on windows, I've made a vcpkg port. However shared builds don't work because you don't export any symbols.
oh, I had to patch a single definition that wouldn't compile in msvc since msvc doesn't support compound literals in c++ mode.
Yeah I can see why they closed that one. This header is pretty horrible.
cpprestsdk itself does not invoke the c_rehash script, it just loads up openssl. I am investigating if the vcpkg installation process runs that script, and if so I'll update the...
That said, it appears to me that that vulnerability is fairly low severity, even when the script is automatically executed, because it processes the directory that contains the certificate store...
This breaks the winhttppal build. And probably breaks builds with older versions too
Please do not use the server component in production ever. It's really only designed for testing cpprestsdk itself, and has never been supported for use in any other scenario. That...
huh, in the first case it looks like we fall over on scopes, the second might be some other issue. Can it bind to the default interface "[::]" or perhaps...
obviously that's not a workaround, but I have seen instances (esp on linux) where the loopback interface is not assigned the normal address because of configuration issues. I know you're...