[vlc-devel] [PATCH] access: http: fix Icecast

Francois Cartegnie fcvlcdev at free.fr
Thu Dec 7 15:35:44 CET 2017


Le 07/12/2017 à 15:33, Francois Cartegnie a écrit :
> ---

> +            if( UINT64_MAX - i_chunk < p_sys->offset )
> +                i_chunk = i_remain_toread = UINT64_MAX - p_sys->offset;

probably needs INT_MAX due to types mix.

-- 
Francois Cartegnie
VideoLAN - VLC Developer


More information about the vlc-devel mailing list