Jo Rhett
Jo Rhett
Okay, here's the answer. I've cut out most of the text from that debug example. At the beginning of the routine we output the memory locations used by the various...
Perhaps just use memset to clear it out? Add this around line 124 -- just before calling http_connect ? ``` trans.rsp_len = 0; /* length at 0 to start */...
@troglobit it has broken Cloudflare at least. We're losing one character from the ID being returned. Check this out: ``` Jan 13 23:54:32 inadyn[59490] : Response: {"result":[{"id":"aad8dfa1218ae29dbdfe5fa9569cb682","name":"netconsonance.com", ...snip... Jan 13...
FYI you really should provide easy JSON value extraction functions in the main program. It's insane to be doing this kind of detail work in a plugin :(
I don't have time this weekend to test. Like I said, it's not a visible bug unless you're reading debug output for another reason.
So the reason I didn't use a different namespace is because it would appear that only two parameters need to be changed. All the other variables in that namespace can...
> Maybe we should finalize work on this. I'm willing to help out to push this through the door, what about you @jorhett ? I'm totally onboard and as of...
That's a very old patch. I'll push a rebase plus namespace changes that @troglobit recommended this weekend. Let's discuss from that point.
FYI it may be possible that the subkeys query would meet my needs, but the documentation is completely unclear. It shows a net result of returning every key with a...
> the fact that there isn’t a compelling event to support S2 when we already do S0. Major reported vulnerabilities don't count? The fact that S0 keys are zero padded...