osmo-msc/src/libcommon
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 Remove unused code 2018-01-30 18:12:52 +01:00
bsc_version.c move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
common_vty.c Massive removal of unused code/structs/headers 2018-01-25 00:18:05 +01:00
debug.c debug: Remove dead log categories 2018-01-25 00:38:11 +01:00
gsm_data.c remove dead header files bsc_msc.h, bsc_msc_data.h and bsc_rll.h 2018-01-25 00:38:06 +01:00
gsm_subscriber_base.c Remove rest_octets.h 2017-09-15 11:31:03 +02:00
gsup_client.c debug: Remove dead log categories 2018-01-25 00:38:11 +01:00
gsup_test_client.c Wrap osmo_strlcpy() calls 2018-02-05 12:57:06 +01:00
oap_client.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
talloc_ctx.c Massive removal of unused code/structs/headers 2018-01-25 00:18:05 +01:00