From 22912162a10e4ed33bafadb6432f64ba74f31aa9 Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Thu, 28 Feb 2019 14:14:14 +0100 Subject: [PATCH] Improve the wording of a CHANGELOG entry. Mention that this happened when parsing PE certificates. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8850543c8..9c6014083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ * Enhancement: Improved corruption checks in `retdec-fileinfo` to recognize cut PE files which are still loadable ([#463](https://github.com/avast-tl/retdec/issues/463)). * Enhancement: Redesign output files naming scheme ([#132](https://github.com/avast-tl/retdec/issues/132)). * Fix: Fixed translation of x86 `sbb` instruction ([#401](https://github.com/avast-tl/retdec/issues/401)). -* Fix: Fixed `fileinfo` crash during `Asn1Sequence` initialization ([#256](https://github.com/avast-tl/retdec/issues/256)). +* Fix: Fixed `fileinfo` crash during `Asn1Sequence` initialization when parsing PE certificates ([#256](https://github.com/avast-tl/retdec/issues/256)). * Fix: Fixed generation of MIPS branch instructions ([#88](https://github.com/avast-tl/retdec/issues/88)). * Fix: Fixed generation of empty if blocks in C output ([#83](https://github.com/avast-tl/retdec/issues/83)). * Fix: Fixed decompilation of simple x86 system calls ([#24](https://github.com/avast-tl/retdec/issues/24)).