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 88cfa0464dc86d088e0f8484bc15a279d83919e9 (commit) from 8c4b37178c8e7cfcbb37682180c697cb6e55cb34 (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 88cfa0464dc86d088e0f8484bc15a279d83919e9 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Apr 28 13:53:40 2025 +0200 ext2fs: fix crash on ENOSPC 54c0b9b9dbf7 ("ext2fs: Trap trying to access bogus data areas") added checks on the allocated block number, but did not take care of the out-of-space condition, which callers of ext2_new_block and ext2_alloc_block know to handle. ----------------------------------------------------------------------- Summary of changes: ext2fs/balloc.c | 5 +++-- ext2fs/getblk.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- Hurd