SCC

Results 16 issues of SCC

Some people may not have the Google Play store, like me. We can use GitHub CI to release the apk version for direct installation.

Fix error 'string' is not a member of 'std'

https://github.com/jserv/facebooc/blob/ab6a0fed7dc797ece722ba81995f302e896b1a28/src/request.c#L209 [RFC-2616 section 4.1](https://www.rfc-editor.org/rfc/rfc2616.html#section-4.1) says that the HTTP header is dynamic length until an empty newline with "". In other words, this is not a correct way to fetch the...

# Application to the Class of 2022🎓 This pull request template helps you complete an application to the **Class of 2022**. Use the checklist below to verify you have followed...

enhancement

The current implementation involves multiplying values that could potentially result in an overflow when converted to `size_t`, specifically when dealing with `unsigned int`. To address this issue as identified by...

When the MSB of the initial wchar_t is set, the lowSurrogate would be inferred to be "unsigned". The if statement would be triggered, and the exception "UTF-16 string has invalid...

Just like to title. Sorry for not providing any example.

Refine the pre-commit hook to enforce a minimum Cppcheck Version of 1.90, alerting users with an error message and guidance on compiling Cppcheck from source if their version is outdated....

## Pull Request Summary This pull request aims to enhance the existing seqlock implementation by making it more portable, improving code readability, and adhering to coding standards. The changes involve...