Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lvandeve/lodepng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2019-12-20 00:51:52 +0300
committerLode <lvandeve@gmail.com>2019-12-20 00:51:52 +0300
commit9652b36175737fbec20c3cfbfcaaa4b4807ea26f (patch)
treec7e5dd0a6a07bb6a0c76f1cf3a76524ba48b17b0 /lodepng.h
parent2e541f53ebedf6ebae375a381ca2fd6d82b460bc (diff)
Fix decoding bug in bit reader
This bug could cause a wrong numeric value reading a PNG in the rare case of long huffman symbol for a distance with many extra bits Also add tests for the bit reader
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lodepng.h b/lodepng.h
index c0fa407..770812f 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -1,5 +1,5 @@
/*
-LodePNG version 20191109
+LodePNG version 20191219
Copyright (c) 2005-2019 Lode Vandevenne