···11From c15fc903e00fdd3b460e64d5a6a540f944e1eca6 Mon Sep 17 00:00:00 2001
22From: itchyny <itchyny@cybozu.co.jp>
33Date: Tue, 4 Mar 2025 22:13:55 +0900
44-Subject: [PATCH 1/4] Improve performance of repeating strings (#3272)
44+Subject: [PATCH 1/5] Improve performance of repeating strings (#3272)
5566This commit improves the performance of repeating strings, by copying
77the result string instead of the string being repeated. Also it adds
···11From df0ddb83feb656230157f5bc9b7f34caef1f82be Mon Sep 17 00:00:00 2001
22From: itchyny <itchyny@cybozu.co.jp>
33Date: Sun, 16 Feb 2025 22:08:36 +0900
44-Subject: [PATCH 2/4] fix: `jv_number_value` should cache the double value of
44+Subject: [PATCH 2/5] fix: `jv_number_value` should cache the double value of
55 literal numbers (#3245)
6677The code of `jv_number_value` is intended to cache the double value of
···11From dfd25612454deacb6df47329787844795bf59821 Mon Sep 17 00:00:00 2001
22From: itchyny <itchyny@cybozu.co.jp>
33Date: Wed, 5 Mar 2025 07:43:54 +0900
44-Subject: [PATCH 3/4] Reject NaN with payload while parsing JSON
44+Subject: [PATCH 3/5] Reject NaN with payload while parsing JSON
5566This commit drops support for parsing NaN with payload in JSON like
77`NaN123` and fixes CVE-2024-53427. Other JSON extensions like `NaN` and
···11From dc65d5af447f266d8a4037551e028785aab31e04 Mon Sep 17 00:00:00 2001
22From: itchyny <itchyny@cybozu.co.jp>
33Date: Wed, 21 May 2025 07:45:00 +0900
44-Subject: [PATCH 4/4] Fix signed integer overflow in jvp_array_write and
44+Subject: [PATCH 4/5] Fix signed integer overflow in jvp_array_write and
55 jvp_object_rehash
6677This commit fixes signed integer overflow and SEGV issues on growing