Sumit Garg
6ae7e9125b
examples: gcc8 fixes for -Werror=format-truncation
...
Fixes below issues:
tm1637.cxx:69:29: error: "%2d%02d" directive output may be truncated writing between 5 and 15 bytes into a destination of size 5 [-Werror=format-truncation=]
snprintf(myTime, 5, "%2d%02d", (hour + timezone + 24) % 24, min);
jhd1313m1.c:65:49: error: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Werror=format-truncation=]
snprintf(str, sizeof(str), "Hello World %d", ndx);
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2018-09-04 07:27:53 -07:00
..
2017-03-20 14:26:50 -07:00
2017-04-04 14:34:11 -07:00
2018-08-09 12:03:35 -07:00
2016-09-28 17:34:42 -06:00
2018-08-09 12:03:24 -07:00
2016-09-23 14:18:08 -06:00
2017-03-30 16:43:35 -06:00
2017-03-30 16:43:35 -06:00
2016-09-29 15:41:18 -06:00
2017-03-30 18:19:25 -06:00
2017-04-05 15:16:20 -07:00
2017-03-10 17:00:50 -07:00
2017-04-05 11:29:08 -06:00
2017-03-07 13:16:24 -07:00
2017-04-05 15:16:20 -07:00
2016-11-08 13:38:52 -08:00
2016-10-28 16:48:53 -06:00
2017-01-20 12:02:30 -07:00
2017-04-24 10:27:35 -07:00
2017-03-20 14:26:50 -07:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2018-02-07 14:29:35 -08:00
2016-11-28 17:45:23 -07:00
2016-09-28 17:34:42 -06:00
2017-01-30 12:06:32 -07:00
2016-09-28 17:34:42 -06:00
2017-04-05 15:16:20 -07:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-11-04 12:52:33 -06:00
2017-06-07 11:46:12 -07:00
2016-09-28 17:34:42 -06:00
2017-01-25 17:42:38 -07:00
2017-05-31 14:39:07 -07:00
2018-09-04 07:27:53 -07:00
2016-09-28 17:34:42 -06:00
2018-03-30 09:58:06 -07:00
2018-06-21 09:59:37 -07:00
2017-03-16 12:40:10 -06:00
2017-04-24 10:27:44 -07:00
2017-04-24 10:27:44 -07:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-10-21 14:22:54 -06:00
2017-05-15 14:59:22 -06:00
2018-01-16 20:30:34 -08:00
2016-10-12 16:37:59 -06:00
2016-09-28 17:34:42 -06:00
2017-05-22 16:43:49 -06:00
2017-05-23 16:20:51 -06:00
2017-04-18 12:07:05 -06:00
2017-04-19 16:44:40 -06:00
2016-09-28 17:34:42 -06:00
2017-01-10 11:29:30 -08:00
2016-12-02 16:44:43 -07:00
2017-03-30 17:34:31 -06:00
2017-03-30 17:34:31 -06:00
2016-10-18 17:04:50 -06:00
2016-10-18 17:04:50 -06:00
2016-09-28 17:34:42 -06:00
2016-10-27 15:13:20 -06:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-11-14 17:26:42 -07:00
2016-11-08 17:13:22 -07:00
2017-04-05 15:16:20 -07:00
2016-09-28 17:34:42 -06:00
2017-01-31 13:08:20 -07:00
2016-09-28 17:34:42 -06:00
2016-11-07 13:53:43 -07:00
2016-11-02 17:51:05 -06:00
2017-05-09 13:44:12 -06:00
2017-05-09 13:44:12 -06:00
2017-05-09 13:44:12 -06:00
2016-10-13 16:00:04 -06:00
2016-10-14 13:53:34 -06:00
2016-10-14 13:53:34 -06:00
2017-04-03 09:56:54 -07:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2017-04-05 15:16:20 -07:00
2017-01-19 13:54:47 -07:00
2016-09-28 17:34:42 -06:00
2017-03-20 14:26:50 -07:00
2017-04-05 15:16:20 -07:00
2016-10-24 16:05:39 -06:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2016-09-28 17:34:42 -06:00
2017-05-18 14:28:29 -07:00
2016-09-23 12:20:05 -06:00
2017-01-26 15:13:01 -07:00
2016-09-23 12:20:05 -06:00