Neil Horman
Neil Horman
**Describe the bug** Was running helgrind on an application I'm building, and observed a possible raw error during testing (see attachment): [helgrind.log](https://github.com/eclipse/paho.mqtt.c/files/8405081/helgrind.log) I've not tracked it down yet, but I...
Currently integrating paho with other projects is made a little harder due to the lack of pkg-config files, as it prevents utilities like autotools from using their built in macros...
testing with buspirate firmware at commit 4bd112bfefbc6ec07e56b944bd2753801ffb558e, trying to program a winbond 32Mb flash chip. The flashrom utility hangs when sending this command sequence to the buspirate: 0x4 0x0 0x1...
In working with the various libnl3 cache operations, I don't receive any notification callback in the event of a flush operation (XFRM_MSG_FLUSHSA/XFRM_MSG_FLUSHPOL/etc). Looking at the code it appears the various...
Create a new hashtable that is more efficient than the existing LHASH_OF implementation. the new ossl_ht api offers several new features that improve performance opportunistically * A more generalized hash...
Coverity is warning about a missing lock on the rcu read side, which is expected, as thats how rcu works. Fix it by excluding ossl_rcu_deref from being analyzed. Redefine ossl_rcu_deref(p)...
coverity found some issues with the recently merged RCU implementation: 5191470 5191471 5191472 5191473 5191474 5191475 5191476 5191477 This PR contains fixes for all of them There are two others...
Need to backport the stateless reset test to 3.2 and get it working
As part of https://github.com/openssl/project/issues/20 I've created this draft PR to propose a windows installer framework. The installer currently: * Allows for the installation of 32 bit and 64 bit x86...
we extract several values (uint16_t and uint64_t from the fuzzer buff passed in, but they weren't aligned on 2 and 8 byte boundaries. Adjust the fuzzer to use the proper...