rdebath

Results 181 comments of rdebath
trafficstars

I just tried this on a Xenial chroot and it's worked fine. The message you're getting is contradictory, it states that you can't build a shared library without using `-fpic`...

Okay, I just did the same to yakkety, looks like the "workaround" is `export LDFLAGS=-no-pie` It's the updated ASLR, you know the one that was shown to be (mostly) ineffective...

On the GCC `configure` line popfalushi posted there was the tag ` --enable-default-pie ` I expect that's what did it. With normal shared libraries the libraries are PIC code; with...

Heh, if you want crazy I can do that too ... https://gist.github.com/rdebath/2120d506bda710a76dd6 This one seems to work correctly, however, it doesn't get any constant folding done on it so the...

Most of the bugs you're likely to get just scream about Zombies (Cause it's code that should be dead, but is still running around) which is the same for many...

Would this not count as "simple" support, after all `darkhttpd` only does "simple" cors requests (except auth). ``` diff diff --git a/darkhttpd.c b/darkhttpd.c index 350a56a..0bcf3f5 100644 --- a/darkhttpd.c +++ b/darkhttpd.c...

I realised what's wrong here, specifically: Programs never spew hundreds of files into the current directory. It's even disliked in programs that are _supposed_ to do this, like `zip` and...

In addition the search order used is initially is "Players Desc + Uptime Desc" the only way to get back to this sort after clicking on one of the column...

To be clear: You have to tie the translation to the font file so the files must be stored in the same place. You have, however, highlighted that some random...

That's a possible solution, another possibility is to turn off the client side block permissions just while the command is active and revert the client side block change. No idea...