mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Use WebpSanitizer.
This commit is contained in:
committed by
Greyson Parrelli
parent
debf964b5f
commit
15afaeabe3
@@ -70,7 +70,7 @@ fun InputStream.readNBytesOrThrow(length: Int): ByteArray {
|
||||
}
|
||||
|
||||
@Throws(IOException::class)
|
||||
fun InputStream.readLength(): Long? {
|
||||
fun InputStream.readLength(): Long {
|
||||
val buffer = ByteArray(4096)
|
||||
var count = 0L
|
||||
|
||||
|
||||
Reference in New Issue
Block a user