Peter Schuster
Peter Schuster
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Feature * **What is the current behavior?** (You can also link to an open issue...
After the security fix in PR #14 incomplete query parameters (e.g. `/test?foo=bar&` or just `/test?`) lead to a lockup of the HTTP request parser: in `HTTPsReq_Handle` the value of `RxBufLenRem`...
In https://github.com/MicrochipTech/cryptoauthlib/blob/86b3046d2e0b74af20cf6694ada5cc21af18c0d1/lib/crypto/atca_crypto_hw_aes_ccm.c#L370-L376 pointer 'ctx' is checked for NULL at line 370 but will be dereferenced at line 376. I think there is a return statement missing or the condition in...
Fixes #5217 Basically reverts 1e020024e825e43269ef826fe271d95d296251f4 The previous change lead to ValueRank -2 for many variables with no explicit value in the node set xml. This also affected the ValueRank of...