Apple Photos app corrupts images

tenderlovemaking.com

959 points by pattyj 14 hours ago


deviation - 13 hours ago

It seems to be an import pipeline bug.

Photos does a lot of extra work on import (merging RAW+JPEG pairs, generating previews, database indexing, optional deletion), so my guess is a concurrency bug where a buffer gets reused or a file handle is closed before the copy finishes.

Rare, nondeterministic corruption fits the profile.