SECURITY: refuse too small store allocations
authorPhil Pennock <phil+git@pennock-tech.com>
Fri, 30 Oct 2020 00:49:49 +0000 (20:49 -0400)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 27 May 2021 19:30:27 +0000 (21:30 +0200)
commit15282ddb92382fb203e61d7a66f37aa2fbdebb82
tree78503c0bb0a75ea9df6dce7fdfcf72e538aebe49
parentbafc62583bc4ded96e3a66d2fb98c9d7afaa8768
SECURITY: refuse too small store allocations

Negative sizes are definitely bad.
Optimistically, I'm saying that zero is bad too.  But perhaps we have something
doing that, expecting to be able to grow.  In which case we'll have to amend
this.

(cherry picked from commit 1c9afcec0043e2fb72607b2addb0613763705549)
(cherry picked from commit 6f5d7e5af8eff688c36f81334e4f063689561963)
doc/doc-txt/ChangeLog
src/src/store.c