[libav-devel] [SCM] Libav/FFmpeg packaging branch, hardening, created. debian/4%0.8-1-6-g229f904

Diego Biurrun diego at biurrun.de
Mon Mar 5 15:44:20 UTC 2012


On Mon, Mar 05, 2012 at 04:06:01PM +0100, Fabian Greffrath wrote:
> Am 05.03.2012 15:51, schrieb Reinhard Tartler:
> >Can you please forward this patch to libav-devel at libav.org?
> >
> >I'd like to include it for the 0.8.1 release, but for this it needs to
> >go into master first.
> 
> Sure, here it is.
> 
> --- libav.orig/libavcodec/srtdec.c
> +++ libav/libavcodec/srtdec.c
> @@ -110,7 +110,7 @@ static const char *srt_to_ass(AVCodecCon
>                                          if (stack[j].param[i][0]) {
>                                              out += snprintf(out, out_end-out,
> -                                                            stack[j].param[i]);
> +                                                            "%s", stack[j].param[i]);
>                                              break;
> @@ -146,7 +146,7 @@ static const char *srt_to_ass(AVCodecCon
>                                  if (stack[sptr].param[i][0])
>                                      out += snprintf(out, out_end-out,
> -                                                    stack[sptr].param[i]);
> +                                                    "%s", stack[sptr].param[i]);
>                          }

LGTM, will queue and push later.

Diego



More information about the pkg-multimedia-maintainers mailing list