3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-16 23:40:43 +01:00
Denis Kenzior 686f515e04 eap-ttls: Bump up buffer sizes to quiet warnings
src/eap-ttls.c:766:50: error: ‘Password’ directive output may be truncated writing 8 bytes into a region of size between 1 and 72 [-Werror=format-truncation=]
  snprintf(password_key, sizeof(password_key), "%sPassword", prefix);
                                                  ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from src/eap-ttls.c:28:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 9 and 80 bytes into a destination of size 72
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018-12-17 11:21:55 -06:00
..
2018-10-08 21:38:30 -05:00
2018-04-19 11:49:41 -05:00
2018-04-19 11:49:41 -05:00
2018-07-17 18:52:59 -05:00
2018-11-16 16:59:59 -06:00
2018-10-19 00:20:35 -05:00
2018-11-29 11:34:07 -06:00
2018-11-16 16:30:22 -06:00
2018-08-08 19:43:05 -05:00
2018-11-28 19:06:33 -06:00
2018-08-07 17:40:55 -05:00
2018-11-19 13:46:28 -06:00
2017-11-28 13:20:33 -06:00
2018-11-16 16:59:45 -06:00
2018-11-16 16:59:45 -06:00
2018-10-24 16:28:46 -05:00
2018-11-19 12:09:27 -06:00
2018-08-19 23:12:14 -05:00
2018-12-12 11:12:24 -06:00
2018-11-16 18:06:42 -06:00
2017-11-28 13:30:06 -06:00
2017-11-28 13:30:06 -06:00
2016-07-20 15:29:39 -05:00
2018-11-16 16:30:22 -06:00
2018-08-13 20:40:59 -05:00
2018-07-17 19:12:48 -05:00
2017-02-17 12:27:13 -06:00