Skip to content
Success

Changes

Summary

  1. debian: build with --enable-tcap-loadsharing (details)
  2. tcap_as_loadshare_vty: Avoid possible NULL pointer dereference (details)
Commit ca29b3018ce6f4fb847ba8417ba63f9cfe53f6ad by Oliver Smith
debian: build with --enable-tcap-loadsharing

Enable the feature by default in the Osmocom debian packaging, so we can
test it with osmo-ttcn3-hacks.

Change-Id: I898ea7be265c40e603c386925bdd7d10b06e2f88
The file was modifieddebian/rules
The file was modifieddebian/control
Commit ec6df4b9ccf81a252dac850001f6f0314b35e071 by Pau Espin Pedrol
tcap_as_loadshare_vty: Avoid possible NULL pointer dereference

argv[1]/as_name is always set so the `if (as_name)` guard can be
removed. This lets Coverity verify that as is never dereferenced if
NULL.

Related: Coverity CID#551555
Change-Id: Ia9151ae63be3977c2eccf246316b99c20284dbe2
The file was modifiedsrc/tcap_as_loadshare_vty.c