Re: [FFmpeg-devel] [PATCH] Fix the bug of comparing zero bytes

2015-06-27 Thread Michael Niedermayer
On Sat, Jun 27, 2015 at 05:31:08PM +0300, Ludmila Glinskih wrote: > Add check for linesize. > --- > tests/api/api-flac-test.c | 22 -- > 1 file changed, 16 insertions(+), 6 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7870

[FFmpeg-devel] [PATCH] Fix the bug of comparing zero bytes

2015-06-27 Thread Ludmila Glinskih
Add check for linesize. --- tests/api/api-flac-test.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/tests/api/api-flac-test.c b/tests/api/api-flac-test.c index a6180bc..07030d6 100644 --- a/tests/api/api-flac-test.c +++ b/tests/api/api-flac-test.c @@ -