Skip to content
Success

Changes

Summary

  1. libvlr: replace strncpy with osmo_strlcpy (details)
Commit 8ebf68fb2309d6b19ddd0cbf2f8237d31639099d by lynxis
libvlr: replace strncpy with osmo_strlcpy

The compile warns about these strncpys because they
might not null terminated.
Even the next line ensures this.

Change-Id: I96a27ef42cb06dd2365f5c9902933323c7caf9a8
The file was modifiedsrc/libvlr/vlr_auth_fsm.c
The file was modifiedsrc/libvlr/vlr_lu_fsm.c