Change #259833
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Wed 04 Mar 2026 09:49:53 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 7a348f662d2d19d6b0264bef277e426949627dfb |
Comments
avformat/http: close stale connection on wrong seek If http_seek_internal() gives us an unexpected position, we should close the connection to avoid leaking reading incorrect bytes on subsequent reads.
Changed files
- libavformat/http.c