Mercurial > libavformat.hg
changeset 5822:528440939c06 libavformat
Fix a crash in the H.263 RTP packetizer
If size == 1 and buf[0] == 0 and buf[1] == 0 (the first byte after the
buffer), it would set size = -1 and crash in the later memcpy.
author | mstorsjo |
---|---|
date | Thu, 11 Mar 2010 16:26:14 +0000 |
parents | 9e77d08ad311 |
children | e3830094915a |
files | rtpenc_h263.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff