mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-10-29 19:17:31 +01:00
If flags was 0, then an uninitialized buffer was printed. Changed this so that if flags == 0, then just the value is printed. If flags != 0, then print flags values to a buffer that is big enough to hold all the sub-strings.