On Fri, 23 Jan 2015, Luca Barbato wrote: avio: Don't allow seeking to the end of the current buffer
From: Martin Storsjö <[email protected]> Seeking to the end of the buffer must trigger an immediate refill otherwise it would write over unallocated memory.
Saying it like this is confusing, since no existing code in the repo actually does that (as far as I know). Please at least mention the actual case where this can happen; forward seeks past unwritten data (implicitly assuming that this is supported otherwise, which I'd say it currently isn't; it may work more or less, but I'm quite convinced that there are a few other cases that need to be fixed for that as well.
I don't mind the patch itself though, as long as the usecase is clarified. Also since I'm not too hooked on this particular usecase myself, please put yourself as author - you can leave me as "suggested by Martin" or something such.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
