grmcdorman

Results 4 issues of grmcdorman

ezTime.cpp, lines [844](https://github.com/ropg/ezTime/blob/7b3c8aa020be818ac149e0762543ac5e81ccfabe/src/ezTime.cpp#L844) and [859](https://github.com/ropg/ezTime/blob/7b3c8aa020be818ac149e0762543ac5e81ccfabe/src/ezTime.cpp#L859) in current source: ``` error (SERVER_ERROR); ``` ``` error (DATA_NOT_FOUND); ``` Both calls should be `triggerError`; as is the function returns `false` at these points,...

In `SecureSocketImpl::verifyCertificateChainClient`, `CertGetCertificateChain` is called to construct the certificate chain. This may cause Windows to download root certificates to the Trusted Root Store (LocalMachine\Root) if the store is included in...

stale

### Package Name/Version grpc/1.54.3 ### Changelog https://github.com/grpc/grpc/releases/tag/v1.59.2 ### Context about the new update Versions prior to 1.59.2 are vulnerable to CVS-2023-44487 (a DoS attack, CVSS score 7.5). Version 1.59.2 contains...

upstream update

``` inline size_t LiquidCrystal_I2C::write(uint8_t value) { send(value, Rs); } ``` Missing return value. This is an error and can fail builds if warnings-as-errors is turned on for this issue. I...