diff options
| author | 久我山菜々 <nna@nna774.net> | 2025-12-19 01:30:37 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-26 11:00:51 +0900 |
| commit | 8ccfb375b9ade4504c4012ce8c31adc7e12dc49c (patch) | |
| tree | b4b89b2c2c02f5b10a4731cde164826b8d91dbe4 /ext | |
| parent | 1f526b348978bf71efc75f562227c1e872df27fd (diff) | |
[ruby/json] Update `fpconv_dtoa` definition to use `dest[32]`
https://github.com/ruby/json/commit/4808fee9af
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/json/vendor/fpconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/vendor/fpconv.c b/ext/json/vendor/fpconv.c index 4888ab4b8b..6c9bc2c103 100644 --- a/ext/json/vendor/fpconv.c +++ b/ext/json/vendor/fpconv.c @@ -449,7 +449,7 @@ static int filter_special(double fp, char* dest) * } * */ -static int fpconv_dtoa(double d, char dest[28]) +static int fpconv_dtoa(double d, char dest[32]) { char digits[18]; |
