]> git.eshelyaron.com Git - emacs.git/commit
* src/json.c (make_symset_table): Fix over-large allocation size.
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 4 Apr 2024 10:21:26 +0000 (12:21 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 5 Apr 2024 12:10:49 +0000 (14:10 +0200)
commit1d3403e718f8383917835480163b9ece810959ea
treeefef82501b66c1269ac98cc5ff5bf09f8ff74c56
parent8cbb3b93a8dfdcf702f8528da9eea63e5b539de8
* src/json.c (make_symset_table): Fix over-large allocation size.

We multiplied when we should have added.  Oops.

(cherry picked from commit a0d646fb9f3945d98586b15d157dbb909843f06c)
src/json.c