Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty log buffer when full #640

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Empty log buffer when full #640

merged 1 commit into from
Jun 17, 2024

Conversation

vinc
Copy link
Owner

@vinc vinc commented Jun 16, 2024

This is a quick fix to avoid panicking before implementing a better circular buffer or having a way to switch to a vector instead of a fixed length array later in the boot process when we can allocate memory.

@vinc vinc marked this pull request as ready for review June 17, 2024 17:55
@vinc vinc merged commit 0a931c7 into trunk Jun 17, 2024
1 check passed
@vinc vinc deleted the fix/log-buffer branch June 17, 2024 17:55
@vinc vinc mentioned this pull request Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant