Skip to content

Commit 4808fee

Browse files
nna774byroot
authored andcommitted
Update fpconv_dtoa definition to use dest[32]
1 parent 5793694 commit 4808fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/ext/vendor/fpconv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ static int filter_special(double fp, char* dest)
449449
* }
450450
*
451451
*/
452-
static int fpconv_dtoa(double d, char dest[28])
452+
static int fpconv_dtoa(double d, char dest[32])
453453
{
454454
char digits[18];
455455

0 commit comments

Comments
 (0)