Fs/ext: Bug Fix in ext_setFileEnd #595

Merged
Burer merged 1 commits from Matou1306/kolibrios:truncate_fix into main 2026-07-25 06:31:50 +00:00
Contributor

Discovered this bug when working on truncating a file with EXTENTS flag.
Basically ebx was getting cloberred which resulted in loading an incorrect address into eax.

Discovered this bug when working on truncating a file with EXTENTS flag. Basically ebx was getting cloberred which resulted in loading an incorrect address into eax.
Burer approved these changes 2026-07-23 07:25:22 +00:00
Doczom approved these changes 2026-07-24 12:51:33 +00:00
dunkaist approved these changes 2026-07-24 14:05:23 +00:00
Burer added 1 commit 2026-07-25 05:51:41 +00:00
Load correct EBX value
Check kernel codestyle / Check kernel codestyle (pull_request) Successful in 22s
Test PR / Build (en_US) (pull_request) Successful in 2m25s
Test PR / Build (ru_RU) (pull_request) Successful in 2m31s
Test PR / Build (es_ES) (pull_request) Successful in 2m37s
334d118301
Burer force-pushed truncate_fix from 74264c7c85 to 334d118301 2026-07-25 05:51:41 +00:00 Compare
Burer merged commit 9941a5dfc9 into main 2026-07-25 06:31:50 +00:00
Burer deleted branch truncate_fix 2026-07-25 06:31:50 +00:00
Sign in to join this conversation.
No labels
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#595