diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-17 23:38:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-17 23:38:04 +0000 |
commit | 82d58e473ee47e5ad8f3d6989347fb95ab7d36ea (patch) | |
tree | e5ce320ac5e7f3cd932731de3877c522b65fe5f6 /Build/source/texk/kpathsea/ChangeLog | |
parent | c3ade43e7a77c7ba8035aeb2b592b2f6ab0795fc (diff) |
(elt_in_db): protect against pathological arguments
git-svn-id: svn://tug.org/texlive/trunk@45841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index c05a72df8f2..1cb0690e38c 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2017-11-18 Karl Berry <karl@tug.org> + + * db.c (elt_in_db): protect against either argument being NULL or + empty. From Doug McKenna, personal mail, 17nov17. + 2017-11-11 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * tex-file.c: Again use a custom kpathsea_getlongpath() |