Skip to content
Success

Changes

Summary

  1. libvlr: replace strncpy with OSMO_STRLCPY_ARRAY (details)
Commit 2d5845fab2a9315e22b5d9a26b8bf6ecfc826c91 by lynxis
libvlr: replace strncpy with OSMO_STRLCPY_ARRAY

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

Also replace osmo_strlcpy with OSMO_STRLCPY_ARRAY
when possible.

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