Skip to content

Conversation

@Absolucy
Copy link
Collaborator

@Absolucy Absolucy commented Oct 13, 2024

  • Fixed a panic with auxtools::byond_ffi::parse_args in debug mode. (fixes crash on debug builds from byond_ffi_fn #90)
  • Fixed a panic in debug mode due to trying to read unaligned pointers.
  • Replaced some references to mutable statics with addr_of!/addr_of_mut!
  • Updated the lockfile to fix an error with an outdated time crate.
  • Change clippy lints to be warn rather than deny by default.

@Absolucy Absolucy changed the title Fix panic with auxtools::byond_ffi::parse_args in debug mode Fix panic with auxtools::byond_ffi::parse_args in debug mode (+ lockfile update) Oct 13, 2024
@Absolucy Absolucy changed the title Fix panic with auxtools::byond_ffi::parse_args in debug mode (+ lockfile update) Various minor fixes Oct 13, 2024
@Absolucy Absolucy merged commit b498501 into master Oct 13, 2024
@Absolucy Absolucy deleted the fix-debug-assert branch October 13, 2024 23:15
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.

crash on debug builds from byond_ffi_fn

2 participants