]> git.ipfire.org Git - thirdparty/make.git/commit
* strcache.c (add_string): [SV 47071] Handle huge initial string.
authorPaul Smith <psmith@gnu.org>
Mon, 29 Feb 2016 02:32:18 +0000 (21:32 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 29 Feb 2016 06:35:02 +0000 (01:35 -0500)
commit8530d77c68cf772cd5d3455574c7973232df846c
tree627d24e2a5ad08be347b1e67acd8188b4d23d340
parent89e18c12ebbd4245b8600af0b3fdbffe0d73bffe
* strcache.c (add_string): [SV 47071] Handle huge initial string.

If the very first string added to the string cache is more than
half the maximum size, we failed when moving the only strcache
buffer to the full list.
strcache.c