-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
193 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,19 @@ | |
* fileio.c (apply_file_paths): extracted from cob_chk_file_mapping | ||
to factor out duplicated code | ||
|
||
2024-05-30 Chuck Haatvedt <[email protected]> | ||
|
||
fix errors caught by the Sanitizer functionality of GCC. This | ||
change did not resolve all of the issues found as some of them | ||
were in Berkeley DB and some were intentional in the memory | ||
corruption logic which has been implemented in the runtime. | ||
|
||
* move.c (the cob_move_display_to_packed function was rewritten to | ||
fix the out of bounds memory addressing issues and also to make | ||
the code simpler. | ||
* numeric.c (the function count_leading_zeros was changed to fix | ||
an out of bounds memory addressing issue | ||
|
||
2024-05-30 Chuck Haatvedt <[email protected]> | ||
|
||
fix errors in fileio.c when building with VISAM 2.2. This issue | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters