-
Notifications
You must be signed in to change notification settings - Fork 21
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
1 parent
5b424a2
commit 8edd0e0
Showing
5 changed files
with
21 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,3 +1,11 @@ | ||
2019-11-10 Paul Dreik <pauldreik@github> | ||
* src/alloc.c, src/alloc.h | ||
* src/attr.c src/mapi_attr.c | ||
Ensure null termination of strdups in the face of potentially | ||
malicious inputs. | ||
|
||
* src/util.h: fix shift into sign bit. | ||
|
||
2018-01-13 Mark Simpson <[email protected]> | ||
* configure.ac, tests/cmdline/version.baseline: Update version number. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.59) | ||
AC_INIT([tnef],[1.4.17],[[email protected]]) | ||
AC_INIT([tnef],[1.4.18],[[email protected]]) | ||
AC_CONFIG_SRCDIR([src/tnef.c]) | ||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_HEADER([src/config.h]) | ||
|
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