coturn/src
redraincatching 2a9b77bd0b
address possible null pointer dereferences (#1744)
# addressing all remaining code scanning instances of warning C6011,
null pointer dereference

this pr aims to address more static code analyser warnings, specifically
null pointer dereferences. the majority of changes are solely to quieten
the analyser, as `malloc` and `calloc` are unlikely to fail, but this
should at least lead to the code analysis being more readable and
usable.

where functions addressed had existing failure strategies, they were
used, however some functions will now silently fail rather than
attempting to dereference a null pointer. if there is a preferred
solution in these cases, i will be happy to implement it.

---

this is an extension of [this pull
request](https://github.com/coturn/coturn/pull/1729)
2025-09-08 21:18:33 -07:00
..
apps address possible null pointer dereferences (#1744) 2025-09-08 21:18:33 -07:00
client address possible null pointer dereferences (#1744) 2025-09-08 21:18:33 -07:00
client++ Update version to 4.7.0 (#1691) 2025-05-30 14:13:59 -07:00
server address possible null pointer dereferences (#1744) 2025-09-08 21:18:33 -07:00
CMakeLists.txt Add spdx tags to all source files (#1510) 2025-05-30 11:56:04 +02:00
ns_turn_defs.h Update version to 4.7.0 (#1691) 2025-05-30 14:13:59 -07:00