Skip to content

Commit

Permalink
chore: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Nov 29, 2024
1 parent 56f012c commit ce3d9c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/thumbnail-create-and-rename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Bugfix: Fix possible race condition when a thumbnails is stored in the FS

A race condition could cause the thumbnail service to return a thumbnail
with 0 bytes or with partial content. In order to fix this, the service will
create a temporary file with the contents and then rename that file to its
final location.

https://github.com/owncloud/ocis/pull/10693

0 comments on commit ce3d9c1

Please sign in to comment.