]> git.seodisparate.com - SimpleArchiver/commit
Fix invalid memory usage bug causing invalid free
authorStephen Seo <seo.disparate@gmail.com>
Thu, 27 Jun 2024 04:28:53 +0000 (13:28 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 27 Jun 2024 04:28:53 +0000 (13:28 +0900)
commit21752fb504045a710092db092573d12155ead71d
treeea3de33c543ba24c25783607eeb112f61103f0fa
parent44080e85cc6cf07d799ae04b014eb1b51587811d
Fix invalid memory usage bug causing invalid free

realloc(...) was not used propertly. The number of items to be
reallocated was specified, but not the size of each item.
src/parser.c