libosmocore/include
Pau Espin af40b0b6b9 msgb_alloc_headroom: Change size args to be uint16_t
Underlaying APIs (msgb_alloc) use a uint16_t as a type, which means
until now passing a value > 2^16 would succeed providing a msgb with
less space than requested.

Since those are static inline, there's no symbols used by apps, so we
should be safe enough changing the type to be uint16_t, since change
would only be applied at re-compile time.

Change-Id: I83c8222484e4856c68134a1a9d8cf96eb91af1b8
2021-06-13 18:20:09 +00:00
..
osmocom msgb_alloc_headroom: Change size args to be uint16_t 2021-06-13 18:20:09 +00:00
Makefile.am kdf: add key derivation functions 2021-06-08 02:38:15 +02:00