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>
Tue, 27 Apr 2021 22:40:21 +0000 (00:40 +0200)
commit6f5d7e5af8eff688c36f81334e4f063689561963
treed461b45602133859dc92ac6bec73c239b7385935
parent0a6a7a3fd8464bae9ce0cf889e8eeb0bf0bab756
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)
doc/doc-txt/ChangeLog
src/src/store.c