Skip to content

Conversation

@ArtSin
Copy link
Contributor

@ArtSin ArtSin commented Oct 20, 2024

s->line and s->column in delim_error are size_t, which is typically 64-bit, but va_arg in janet_formatbv reads int32_t for %d.

…d` format specifier `s->line` and `s->column` in `delim_error` are `size_t`, which is typically 64-bit, but `va_arg` in `janet_formatbv` reads `int32_t` for `%d`.
@bakpakin
Copy link
Member

Thanks, the CI failure look spurious here.

@bakpakin bakpakin merged commit 5e443cd into janet-lang:master Oct 25, 2024
@ArtSin ArtSin deleted the fix-formatb-int32_t-arg branch October 25, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants