diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-03 22:50:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-03 22:50:57 +0000 |
commit | d280e23580526277e20890e40d6551dd390851f4 (patch) | |
tree | abbed1ab83338c075cdc54ae076526266f590a20 /Build/source/texk/kpathsea/ChangeLog | |
parent | 753ccf29ee3c32686dbe1cb4ada792d0f26ec429 (diff) |
checks for empty program name, empty default strings
git-svn-id: svn://tug.org/texlive/trunk@45684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 4d97a049d67..0bf640eb329 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,15 @@ +2017-11-03 Karl Berry <karl@freefriends.org> + + * default.h: document that NULL or empty input path returns the + default string. + * kdefault.c (kpathsea_expand_default): check for empty input path. + From Doug McKenna, personal mail, 2nov17. + + * cnf.c (do_line): do not move past a nul byte on erroneous input + (with a . but no program name). + * hash.c: doc fix. + From Doug McKenna, personal mail, 31oct17. + 2017-10-29 Karl Berry <karl@freefriends.org> * several files: missed copyright 2017 updates. |