On Tue, 15 Apr 2025 11:53:04 -0300, Thadeu Lima de Souza Cascardo wrote:
When running the following code on an ext4 filesystem with inline_data feature enabled, it will lead to the bug below.
fd = open("file1", O_RDWR | O_CREAT | O_TRUNC, 0666); ftruncate(fd, 30); pwrite(fd, "a", 1, (1UL << 40) + 5UL);
[...]
Applied, thanks!
[1/1] ext4: inline: fix len overflow in ext4_prepare_inline_data commit: 227cb4ca5a6502164f850d22aec3104d7888b270
Best regards,