]> git.eshelyaron.com Git - emacs.git/commit
Fix visiting files in /proc/ directory
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Jan 2025 10:51:18 +0000 (12:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 15:58:41 +0000 (16:58 +0100)
commit60af7f327e63809115ac796bcd815894556c4c4c
tree5a8feb18117c256a874a22793c1296fdaa0b3291
parent19611ffb51d046eeb93b4e95fcfc8afc72a81ffc
Fix visiting files in /proc/ directory

* src/fileio.c (Finsert_file_contents): Treat regular files whose
size is reported as zero as if they were special files.  (Bug#75569)

(cherry picked from commit 26c9fbc94dae34fc119828661c71242d80bb33c5)
src/fileio.c