Alexander Warg 382bafdd54 FOC: fix invalid initialization in 'new'
C++ allows the compiler to elide write to objects that are later
initialized with a constructor. This may lead to the situation that the
`_quota` member of a thread is not correctly initialized. To fix this we
need to pass the correct quota object to each Thread constructor
instead.

Change-Id: Iac0ad2963b86f8393df6ad0c18adde386d9b1179
2017-05-10 14:03:53 +02:00
2017-05-02 15:25:28 +02:00
2017-05-02 15:25:27 +02:00
Description
No description provided
25 MiB
Languages
C 66.5%
C++ 20.5%
Assembly 6.7%
Makefile 3.2%
Perl 1%
Other 1.9%