osmo-msc/src/libvlr
Max 98f7467ac8 Wrap osmo_strlcpy() calls
Using following semantic patch:
@@ expression A, B, C; @@
- osmo_strlcpy(A, B, sizeof(A));
+ OSMO_STRLCPY_ARRAY(A, B);

Which was applied using following command:
spatch --dir src -I src --sp-file strlcpy.spatch --in-place --recursive-includes

All the calls to osmo_strlcpy() which use destination buffer obtained
via sizeof() were replaced with the corresponding wrapper macro.

Change-Id: I67b482dedfa11237ac21894fc5930039e12434ab
Related: OS#2864
2018-02-05 12:57:06 +01:00
..
Makefile.am Migrate from OpenSSL to osmo_get_rand_id() 2017-12-27 11:11:14 +00:00
vlr.c Wrap osmo_strlcpy() calls 2018-02-05 12:57:06 +01:00
vlr_access_req_fsm.c Shift ciphering algorithm selection from VLR to MSC 2018-01-28 00:09:41 +00:00
vlr_access_req_fsm.h Add libvlr implementation 2017-07-21 18:32:03 +02:00
vlr_auth_fsm.c cosmetic prep: publish vlr_use_umts_aka() decision 2017-12-18 05:18:11 +01:00
vlr_auth_fsm.h Add libvlr implementation 2017-07-21 18:32:03 +02:00
vlr_core.h VLR: log subscriber update 2017-12-31 11:01:46 +00:00
vlr_lu_fsm.c Shift ciphering algorithm selection from VLR to MSC 2018-01-28 00:09:41 +00:00
vlr_lu_fsm.h Add libvlr implementation 2017-07-21 18:32:03 +02:00