DosComLoader return DE_NOMEM
would leak memory if it was useful
#195
ecm-pushbx
started this conversation in
General
Replies: 2 comments 4 replies
-
During my attempts I did find a bug. Running these two executables causes an MCB corruption: https://pushbx.org/ecm/test/20250123/t2025b.com
The executable this runs is in https://pushbx.org/ecm/test/20250123/int3.com ( Result:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Line 459 in 5de2eb1 I assume the + 0x10 is for 16 paragraphs of PSP (256 bytes)? Then I think this line is missing a + 15 after com_size_long, as it gets divided by 16, so rounded DOWN? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This branch would leak the allocated environment and process memory blocks, if it was ever taken:
kernel/kernel/task.c
Line 544 in 5de2eb1
I have not been able to get this to happen yet.
Beta Was this translation helpful? Give feedback.
All reactions