Jonathan M. Henson

Results 13 comments of Jonathan M. Henson

Thanks for letting us know. We’ll update it.

I tend to agree. @bdonlan thoughts?

Yes, and we checked libc++ source as well. But embedded systems may fail so maybe we should keep it for the event loop implementations on that platform. Sent from my...

I actually think we should just delete the no_spec stuff altogether. The kernel already mitigates it and I don’t want to bear the additional perf cost for not much security...

Thanks for reporting will get it queued up for fix.

Would you care to share the code for generating the deb files? I'd be happy to incorporate it into our build. We've been planning on this for a while, but...

Any chance someone can run this on valgrind with --tool=helgrind? It should print out the deadlock if it's a traditional "incorrect mutex usage" deadlock

Relying on system installed libcrypto is historically fraught with peril. Out of curiosity does this occur if you build libcrypto for your system using the instructions in the developer guide...

i set method originally, but not scheme. will try in the morning. Do you have a ref to the part of the spec that details what needs to be set...

im using this to test an http2 implementation because In too lazy to write a client while Im writing the server.