osmo-msc/src
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
..
libcommon Wrap osmo_strlcpy() calls 2018-02-05 12:57:06 +01:00
libcommon-cs Permit a set of multiple different A5 ciphers 2018-01-28 00:09:42 +00:00
libmsc Wrap osmo_strlcpy() calls 2018-02-05 12:57:06 +01:00
libvlr Wrap osmo_strlcpy() calls 2018-02-05 12:57:06 +01:00
osmo-msc debug: Remove dead log categories 2018-01-25 00:38:11 +01:00
utils Remove utils imported from openbsc, fix building remaining util smpp_mirror 2017-12-05 19:16:32 +00:00
Makefile.am split off osmo-msc: remove files, apply build, rename 2017-08-29 12:51:19 +00:00