maestro-os/maestro

Direction flag is not cleared when handling interrupts

Opened this issue · 1 comments

A user can set the direction flag and call an interrupt. Since the interrupt handler does not clear the direction flag, any subsequent string operations will thus have undefined behavior.

Fixed by 7ed7acc. This issue will be closed when the PR is merged