On Wed, Aug 26, 2020 at 02:23:03PM +0200, nhofmeyr@sysmocom.de wrote:
I'd like to let you guys know that I intentionally don't check the return value here. This is only for logging the mobile identity, and if decoding fails, the logging should just show "NONE".
AFAIR, there are ways how you can annotate the code in a way to avoid coverity raising it.
There should be something like //coverity[] but some people claim there is also the option of casting the return value to (void): https://stackoverflow.com/questions/5073164/coverity-prevent-how-to-handle-c...