]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: sigproc: Fix a thinko in array size
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 28 Aug 2020 17:38:05 +0000 (19:38 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 28 Aug 2020 17:38:05 +0000 (19:38 +0200)
commitbf251d5a0b644f7b5165a404822d88f532593160
tree93d360aa5b9d8b1d5739c9f4ac30ad580d9836dc
parentb05b0b78fa91514473b092877da0f13be5a6b2c5
Cygwin: sigproc: Fix a thinko in array size

We need one more entry than max children in the arrays.
There's no reason to do this for the static array, though.
One more entry in the overflow array is sufficient.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/sigproc.cc
This page took 0.029941 seconds and 5 git commands to generate.