q66
a72cbf3c23
lib/package_unpack.c: silence gcc false positive
...
On some systems, something like this happens:
package_unpack.c:375:11: error: 'buf' may be used uninitialized in this function
This is not actually a bug as logically `buf` is always initialized
in that place, but gcc doesn't like it anyway.
2019-06-21 08:59:46 +02:00
..
2019-06-18 18:49:29 +02:00
2019-06-20 13:28:14 +02:00
2019-06-18 18:49:29 +02:00
2014-01-20 18:50:33 +01:00
2019-05-22 15:05:45 +02:00
2019-06-18 18:49:29 +02:00
2019-05-22 13:22:10 +02:00
2019-06-18 19:54:22 +02:00
2019-06-18 20:47:55 +02:00
2019-04-22 14:51:13 +02:00
2016-09-25 21:27:46 +02:00
2019-06-17 05:38:36 +02:00
2019-06-15 18:04:20 +02:00
2019-06-18 20:55:47 +02:00
2019-06-21 08:59:46 +02:00
2015-05-28 10:15:05 +02:00
2019-06-13 17:41:01 +02:00
2019-06-17 07:14:24 +02:00
2019-04-19 22:57:42 +02:00
2019-01-24 14:57:50 -05:00
2019-04-19 23:07:59 +02:00
2019-06-14 21:08:55 +02:00
2019-06-18 18:49:29 +02:00
2019-06-18 23:44:36 +02:00
2019-06-18 19:54:22 +02:00
2018-09-25 22:11:30 -04:00
2019-06-18 19:54:22 +02:00
2019-06-20 18:04:47 +02:00
2019-06-18 18:49:29 +02:00
2016-09-25 21:47:40 +02:00
2019-06-18 18:49:29 +02:00