]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/ChangeLog
[Ada] Fix computation of handle/pid lists in win32_wait
authorPascal Obry <obry@adacore.com>
Wed, 23 May 2018 10:23:59 +0000 (10:23 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 23 May 2018 10:23:59 +0000 (10:23 +0000)
commitc2d2963d2c69d3a52e491e149fbaeeb5813b9e24
tree1c3c40a150e9205fe431701f06ce6cab2d138734
parent7f4b58c2582067694e7f9e8944187ac5794579d0
[Ada] Fix computation of handle/pid lists in win32_wait

An obvious mistake due to missing parentheses was not properly computing the
size of the handle and pid list passed to WaitForMultipleObjects(). This
resulted in a memory corruption.

2018-05-23  Pascal Obry  <obry@adacore.com>

gcc/ada/

* adaint.c (win32_wait): Add missing parentheses.

From-SVN: r260598
gcc/ada/ChangeLog
gcc/ada/adaint.c
This page took 0.061866 seconds and 5 git commands to generate.