AROS icon indicating copy to clipboard operation
AROS copied to clipboard

Fix crash during boot of native compile with --enable-debug

Open thatguywiththekids opened this issue 7 months ago • 1 comments

The WIP resource log.resource made AROS crash during boot if AROS was compiled with --enable-debug. This pull request makes logAddEntryA refuse to add the log entry instead of attempting to perform I/O on a device null pointer. It also fixes some memory management errors.

log.resource does not perform any actual log broadcasting currently anyway, so I consider this a reasonable fix for now.

thatguywiththekids avatar Jul 21 '24 21:07 thatguywiththekids