Fix potentially crash in `%n` of `mrb_vformat()` with 64-bit `int`
If `mrb_sym` is smaller than `int`, it is promoted to `int`.
Showing
Please register or sign in to comment
If `mrb_sym` is smaller than `int`, it is promoted to `int`.