forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix corruption of MOVE DISP TO PACKED, bug introduced with [r5128]
libcob/move.c (cob_move_display_to_packed): fix data corruption caused by packing one extra digit from the input display field
- Loading branch information
chaat
committed
Jul 28, 2023
1 parent
74d62e2
commit 6f07531
Showing
3 changed files
with
37 additions
and
7 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 |
---|---|---|
@@ -1,4 +1,9 @@ | ||
|
||
2023-07-27 Chuck Haatvedt <[email protected]> | ||
|
||
* move.c (cob_move_display_to_packed): fix data corruption caused | ||
by packing one extra digit from the input display field | ||
|
||
2023-07-24 Simon Sobisch <[email protected]> | ||
|
||
* fileio.c: only check -1 as invalid fd; return fileio status for | ||
|
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