Clarify bugfix on encoder being NULL (CHANGES.TXT)

This commit is contained in:
Carlos Fernandez Sanz
2018-12-02 12:50:25 -08:00
committed by GitHub
parent e3c14991b3
commit be34781a64

View File

@@ -4,7 +4,7 @@
- Optimize: Remove multiple RGB to grey conversion in OCR.
- Fix: Update UTF8Proc to 2.2.0
- Fix: Warn instead of fatal when a 0xFF marker is missing
- Fix: Segfault in general_loop.c because of enc_ctx is NULL pointer
- Fix: Segfault in general_loop.c due to null pointer dereference (case of no encoder)
0.87 (2018-10-23)
-----------------