mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Update libsignal-client to 0.39.2
This commit is contained in:
committed by
Greyson Parrelli
parent
cd8e07c102
commit
5b7eb9c332
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user