-
- Downloads
Use av_printf_format to check the usage of printf style functions
This helps catching cases where the format string doesn't
match what is passed in, or injection bugs where user data
is passed in as format string.
Signed-off-by:
Martin Storsjö <martin@martin.st>
Showing
- libavcodec/avcodec.h 1 addition, 1 deletionlibavcodec/avcodec.h
- libavformat/avio.h 2 additions, 10 deletionslibavformat/avio.h
- libavformat/internal.h 1 addition, 1 deletionlibavformat/internal.h
- libavformat/rtpproto.c 1 addition, 1 deletionlibavformat/rtpproto.c
- libavutil/avstring.h 2 additions, 1 deletionlibavutil/avstring.h
- libavutil/log.h 2 additions, 5 deletionslibavutil/log.h
Loading
Please register or sign in to comment