Skip to content

Static analys fixes

Gijs Peskens requested to merge gpeskens/librist:static_analys_fixes into master

Fix some (mostly potential) bugs that clang-check warns about.

Also fixed a real bug where getsockname was called with an empty length in udp.c (should be called with the size of the struct as length)

Merge request reports