Joshua Rogers

Results 92 comments of Joshua Rogers

By the way, it is kind of surprising that `talloc_bstr_realloc()` will not include a byte for a nul-terminator if passed as NULL `in`.

> I don't see the fix FreeBSD unaligned write promised by the title? Fixed (by removing it from the title and description). Originally I was going to submit this PR...

The `+1` in the comment is about the temporary random-byte buffer, not the actual output field, `s`. >snprintf((char *)&s[i*2], 3, "%02X", buffer[i]); So, on the final loop, we add an...

this ends up being a bit more complicated, but i've made something. https://joshua.hu/nginx-dns-caching

it depends on some other PRs being accepted first, so won't send a PR yet. but it's ready and works well: https://github.com/MegaManSec/gixy/commit/e4112e2

Man, your AI is retarded. The whole point of gixy is to flag insecure configurations that sysadmins are unlikely to realize the implications of. "This is documented behavior, not a...

>This plugin is smarter than basic suffix matching: > > - Proper TLD detection with compound TLD support That's not how suffix matching works. Using a predefined suffix list is...

Can you please outline what the exactly problem was with my original code, that you found it sufficient to: 1) close this issue, 2) reopen this issue, 3) generate and...