[WIP] Apply pull request #8 from reactos#312
Draft
Copilot wants to merge 5 commits into
Draft
Conversation
- Replace {NOTHING;}/{} no-op macros with ((void)0) in udf_dbg.h and mem_tools.cpp
- Remove illegal x86 __asm int 3 UDFBreakPoint; use DbgBreakPoint() only
- Add //#define BRUTE comment in udffs.h
- Rewrite UDFSetBits/UDFClrBits with byte-fill fast path (RtlFillMemory/RtlZeroMemory)
- Word-at-a-time bitmap verification in UDFCheckSpaceAllocation_
- Bounds-checked word loop and null-FSBM_Bitmap guard in UDFMarkBadSpaceAsUsed
- Remove redundant UDF_TRACK_ONDISK_ALLOCATION debug assertion loops in UDFMarkSpaceAsXXXNoProtect_
- Advance SearchStart after allocating a fragment in UDFAllocFreeExtent_
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/f5db4087-5531-451c-8404-721a9ea9e9f0
Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
16 tasks
4 tasks
Copilot AI
added a commit
that referenced
this pull request
May 1, 2026
…chStart advance Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/733f211e-58cf-4005-b7ad-5cae71101dea Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
udffs.h: add//#define BRUTEcommentudf_dbg.h: replace{NOTHING;}/{}no-ops with((void)0), remove illegal x86__asm int 3UDFBreakPointInclude/mem_tools.cpp: replace{NOTHING;}/{}no-ops with((void)0)udf_info/udf_info.h: rewriteUDFSetBits/UDFClrBitswith byte-fill fast pathudf_info/alloc.cpp: word-at-a-time bitmap check, bounds-checked bad-space loop, remove redundant debug loops, advance SearchStart