Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_s3: fixed potential segfault on file discard
In the upload queue logic, if we exceed the acceptable number of upload errors in a row, we remove the entry from the upload queue. However, instead of immediately moving onto the next entry, we try to set upload_time. This will cause a segfault. Adding a continue after removing entry will fix this issue. Signed-off-by: Stephen Lee <[email protected]>
- Loading branch information