Skip to content
Snippets Groups Projects
Commit 6135c3b6 authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

Revert "avprobe: Zero the allocated avio buffer memory"


This reverts commit 0e0538ae.

The valgrind warning was a false positive due to OSX implementation of
printf (invoking a strnlen), while this code is actually fine, since the
format specifier %.*s guarantes that no more than buf_size bytes from
buf will be read.

Signed-off-by: default avatarVittorio Giovara <vittorio.giovara@gmail.com>
parent f637046d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment