On 09 Mar 2014, at 21:47, Martin Storsjö <[email protected]> wrote:

> The MSVCRT version of strftime calls the invalid parameter handler
> if the struct values in struct tm are invalid. In case no invalid
> parameter handler is set for the process, the process is aborted.
> 
> This fixes fate failures on MSVC builds since 570af382.
> 
> Based on a patch by Hendrik Leppkes.
> ---
> Added checking of the other struct values as well, and limiting the
> upper end of the values as well - tested each of them individually
> to find the actual limit.
> 
> Luckily, it doesn't check to make sure the day of the month is
> within the actual number of days of that month during that year,
> limiting it to 1-31 seems to work regardless of the actual month.
> ---
> libavformat/mxfdec.c | 9 +++++++++
> 1 file changed, 9 insertions(+)

OK.

Tim
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to