1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavformat
Mark Thompson 708e84cda1 mov: Avoid memcmp of uninitialised data
The string codec name need not be as long as the value we are
comparing it to, so memcmp may make decisions derived from
uninitialised data that valgrind then complains about (though the
overall result of the function will always be the same).  Use
strncmp instead, which will stop at the first zero byte and
therefore not encounter this issue.
2017-01-30 23:03:52 +00:00
..
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2015-11-12 04:39:14 +01:00
2016-05-17 12:24:32 -04:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2015-09-13 17:34:45 +02:00
2016-09-30 16:54:33 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-09-30 16:54:33 +02:00
2016-05-04 18:16:21 +02:00
2016-11-17 19:19:55 +01:00
2017-01-31 00:45:27 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-07-31 08:19:45 +02:00
2016-05-04 18:16:21 +02:00
2015-06-12 17:02:49 +01:00
2016-05-17 12:24:32 -04:00
2016-05-05 10:48:34 +02:00
2016-11-25 18:46:53 +01:00
2016-12-23 21:28:05 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-06-20 15:45:51 -04:00
2016-09-30 16:54:33 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2017-01-30 23:03:52 +00:00
2016-09-30 16:54:33 +02:00
2016-09-30 16:54:33 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2015-07-04 00:51:03 +02:00
2016-05-04 18:16:21 +02:00
2014-08-17 16:11:02 +02:00
2015-05-31 10:10:16 +03:00
2015-06-15 13:39:07 +02:00
2014-12-18 23:27:07 +01:00
2016-12-03 09:15:01 +01:00
2016-05-04 18:16:21 +02:00
2016-09-30 16:54:33 +02:00
2016-11-24 11:22:13 +01:00
2016-05-04 18:16:21 +02:00
2016-11-25 18:46:53 +01:00
2016-11-25 18:46:53 +01:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-11 10:35:26 +03:00
2016-02-22 11:30:58 +01:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-03 15:45:10 +02:00
2016-11-25 18:46:53 +01:00
2016-09-30 16:54:33 +02:00
2016-02-22 11:30:58 +01:00
2016-05-04 18:16:21 +02:00
2016-11-23 10:36:13 -05:00
2017-01-31 00:45:27 +02:00
2016-08-17 12:16:42 +02:00
2016-05-04 18:16:21 +02:00