summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-24 21:27:57 +0000
committerKarl Berry <karl@freefriends.org>2020-09-24 21:27:57 +0000
commitbb59bfbab02e0209bd43c8c7d551ea12db5f2538 (patch)
tree0e0cc6694fd7078897e0df45cacad63d7c116ce4
parent2e1f687d46764061ec8df089e40b9ac1aece2761 (diff)
ref original report
git-svn-id: svn://tug.org/texlive/trunk@56425 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index 2a1ff968b22..f23f3dcc9f9 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,7 +1,11 @@
2020-09-24 Akira Kakuto <kakuto@w32tex.org>
* texmfmp.c: Call kpse_in_name_ok() in find_input_file() for
- getfilemoddate(), getfilesize(), getfiledump() and getmd5sum().
+ getfilemoddate(), getfilesize(), getfiledump() and getmd5sum(),
+ instead of in each separate routine. Doing it in the latter
+ means we always check an absolute filename, and thus fail with
+ openin_any=p. Original report from Adrian,
+ https://tug.org/pipermail/tex-live/2020-September/046127.html
2020-08-28 Karl Berry <karl@tug.org>