Anton Khirnov
007819a5bc
lavd/jack: increase buffer size for snprintf()
...
Maximum output size with a 32-bit int is 17 bytes, or 26 with a 64-bit
int.
Silences the following gcc 10 warning:
src/libavdevice/jack.c: In function ‘audio_read_header’:
src/libavdevice/jack.c:171:45: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
171 | snprintf(str, sizeof(str), "input_%d", i + 1);
| ^
src/libavdevice/jack.c:171:9: note: ‘snprintf’ output between 8 and 17 bytes into a destination of size 16
171 | snprintf(str, sizeof(str), "input_%d", i + 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-12-07 11:16:14 +01:00
..
2017-03-19 16:08:27 +01:00
2018-04-05 22:08:53 +01:00
2021-04-27 11:48:05 -03:00
2021-04-27 11:48:05 -03:00
2021-04-27 11:48:05 -03:00
2021-03-12 23:55:30 +01:00
2021-03-12 23:55:30 +01:00
2021-04-27 11:48:05 -03:00
2021-04-27 11:48:05 -03:00
2021-07-22 15:29:46 +02:00
2021-04-27 10:43:14 -03:00
2021-09-17 15:31:40 +02:00
2021-04-27 11:48:05 -03:00
2021-10-09 14:18:12 +02:00
2021-08-16 10:00:39 +08:00
2021-08-16 10:00:39 +08:00
2021-08-16 10:00:39 +08:00
2021-08-16 10:00:39 +08:00
2021-04-27 10:43:13 -03:00
2017-10-10 20:07:25 +02:00
2021-08-16 10:00:39 +08:00
2021-08-16 10:00:39 +08:00
2017-10-10 20:07:25 +02:00
2021-03-17 14:12:17 -03:00
2021-01-21 20:02:23 -03:00
2021-01-25 19:31:11 -03:00
2021-01-25 19:31:11 -03:00
2021-01-25 19:31:11 -03:00
2021-01-25 19:31:11 -03:00
2021-11-13 11:38:01 -03:00
2021-07-22 14:47:57 +02:00
2021-07-22 14:47:57 +02:00
2021-04-27 11:48:05 -03:00
2021-04-27 11:48:05 -03:00
2021-04-27 10:43:08 -03:00
2021-12-07 11:16:14 +01:00
2021-04-27 11:48:05 -03:00
2021-12-03 17:01:24 +01:00
2021-07-22 14:47:57 +02:00
2021-04-27 11:48:05 -03:00
2020-06-15 15:09:33 +02:00
2021-04-27 11:48:05 -03:00
2021-04-27 11:48:05 -03:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-07-22 15:29:46 +02:00
2021-04-27 11:48:05 -03:00
2021-07-22 11:14:31 +02:00
2017-07-20 00:33:29 -03:00
2021-04-27 11:48:05 -03:00
2021-04-27 11:48:05 -03:00
2021-04-27 11:48:05 -03:00
2021-02-27 21:30:41 +01:00
2021-04-27 10:43:08 -03:00
2019-03-22 12:30:47 +01:00
2021-07-22 15:02:30 +02:00
2021-07-29 22:02:05 +02:00
2021-04-27 11:48:05 -03:00
2021-11-15 16:24:58 +01:00
2021-04-27 11:48:05 -03:00
2021-11-21 00:35:30 +01:00
2021-10-09 13:24:38 +02:00