3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-21 20:40:42 +01:00
iwd/monitor
Denis Kenzior 0b8de3d5df monitor: Fix p2p channel list dumper
This dumper probably intended to update pos after invoking strncpy.
However, strncpy returns the number of bytes that *would* have been
copied and so the logic gets a bit complex to get completely right.

Instead, switch to using l_string since this is inside the monitor and
not particularly performance critical.
2019-10-17 11:49:11 -05:00
..
2019-10-17 11:28:11 -05:00
2019-10-17 11:49:11 -05:00
2018-05-15 19:42:46 -05:00
2018-11-10 17:49:04 +01:00