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 single stack-use-after-scope found by AddressSanitizer
libcob/common.c (cob_cmp): fix stack-use-after-scope for comparisons of unsigned numeric with non-numeric field
- Loading branch information
sf-mensch
committed
Jan 4, 2023
1 parent
ca129c7
commit 617c03b
Showing
2 changed files
with
9 additions
and
0 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-01-04 Simon Sobisch <[email protected]> | ||
|
||
* common.c (cob_cmp): fix stack-use-after-scope for comparisons of unsigned | ||
numeric with non-numeric field | ||
|
||
2023-01-03 Simon Sobisch <[email protected]> | ||
|
||
* common.c (cob_accept_date, cob_accept_date_yyyymmdd, cob_accept_day, | ||
|
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