Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
djb-rwth authored and JanCBrammer committed Jul 17, 2024
1 parent 456e361 commit c94cf24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INCHI-1-DOC/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change log
## v. 1.07-RC4 2024-06-27
## v. 1.07.0 2024-07-17
### Changed
- 9 mathematical functions had to be rewritten in `ichister.c` and `e_0dstereo.c` to address functions' arguments issues related to arrays of various dimensions
- 25 blocks of code in files in `runichi2.c`, `inchi_dll.c`, `inchi_dll_a2.c`, `ichiprt3.c`, `ichiread.c`, `ichirvr1.c`, `runichi.c`, `ichiparm.c`, `ichitaut.c` had to be rewritten to address:
Expand All @@ -11,9 +11,9 @@
- `__isascii/isascii` macro support provided for all compilers

### Fixed (security)
- 31 buffer overflow issues due to use of large array dimensions
- 153 security bugs related to improper `NULL` pointer dereferencing which might cause crashes or exits
- 67 memory leaks
- 33 buffer overflow issues due to use of large array dimensions
- 157 security bugs related to improper `NULL` pointer dereferencing which might cause crashes or exits
- 71 memory leaks
- 530 potential applications of optional [bounds checking functions](/README.md#BCF)

Additionally, 29 potential security issues have been marked for further revision.
Expand Down
Binary file modified INCHI-1-DOC/CHANGELOG.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Official home of the InChI

- <em>Version 1.07.0</em> (17/07/2024):
- ["WarnOnEmptyStructure option problem / Issue #25](https://github.com/IUPAC-InChI/InChI/issues/25) has been fixed
- Software unresponsiveness when options are applied without any input file(s) has been fixed
- Addressing <code>Google<sup>&reg;</sup> oss-fuzz</code> issues
- Minor bugs fixes
- <em>Version 1.07-Release Candidate 4 (RC4)</em> (27/06/2024):
- Addressing <code>Google<sup>&reg;</sup> oss-fuzz</code> issues
- Minor bugs fixes
Expand Down

0 comments on commit c94cf24

Please sign in to comment.