Skip to content
Success

Changes

Summary

  1. netdev: Explicit cast time() to uint32_t seq_nr (details)
  2. tun: assert tundev!=NULL in osmo_tundev_send (details)
Commit de3530c979827e13743abb9d7848ff5eabee63cd by Pau Espin Pedrol
netdev: Explicit cast time() to uint32_t seq_nr

Make coverity happy and also inform readers of the code that we are fine
dropping the most significat part of the return value of time() when
using it to set up a nl seq_nr.

Related: Coverity CID#426078
Change-Id: Ia4c1c9b2dcc751b6cbd01a957627f882bc63ba87
The file was modifiedsrc/core/netdev.c
Commit 8bfa653f347f18dc72cc184a84be9a31ea6f80ca by Pau Espin Pedrol
tun: assert tundev!=NULL in osmo_tundev_send

Change-Id: I892052f665d77bd01ac5a05649f8de40936f097f
The file was modifiedsrc/core/tun.c