This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via f0b177197381359ff2cb1799640244817fd3b3db (commit) via 6b1312cfbb77dfe338f56a71a8f5461ec135f47c (commit) from 3b32a7ece09a4652a5fd6186aa059fd0e2163f5a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0b177197381359ff2cb1799640244817fd3b3db Author: Joan Lledó <jlle...@member.fsf.org> Date: Sun Nov 24 20:47:45 2019 +0100 pci-arbiter: Fix memory bugs * pci-arbiter/pcifs.c: * init_file_system: Remove unnecessary free() * create_fs_tree: Fix a boundary overrun where no devices are found. Message-Id: <20191124194721.4982-2-jlle...@mailfence.com> commit 6b1312cfbb77dfe338f56a71a8f5461ec135f47c Author: Damien Zammit <dam...@zamaudio.com> Date: Sat Nov 23 15:08:47 2019 +1100 ext2fs: Fix fast symlinks created by linux linux seems to allocate 8 blocks for any fast symlink. * ext2fs/inode.c (write_symlink): Do not assert that st_blocks is 0. (read_symlink): Return EINVAL when node->dn_stat.st_size >= MAX_INODE_SYMLINK, not when node->dn_stat.st_blocks != 0. ----------------------------------------------------------------------- Summary of changes: ext2fs/inode.c | 6 +----- pci-arbiter/pcifs.c | 7 ++++++- 2 files changed, 7 insertions(+), 6 deletions(-) hooks/post-receive -- Hurd