Update libsignal-client to 0.39.2

This commit is contained in:
Nicholas Tinsley
2024-01-19 10:13:08 -05:00
committed by Greyson Parrelli
parent cd8e07c102
commit 5b7eb9c332
3 changed files with 12 additions and 60 deletions

View File

@@ -55,7 +55,7 @@ class WebpSanDecoder : ResourceDecoder<InputStream, Bitmap> {
try {
source.reset()
source.mark(MAX_WEBP_COMPRESSED_SIZE)
WebpSanitizer.sanitize(source, Long.MAX_VALUE)
WebpSanitizer.sanitize(source)
source.reset()
} catch (e: Exception) {
Log.w(TAG, "Sanitize check failed or mark position invalidated by reset", e)