#1530 member of LocalOrderingBase not initialized
Metadata
Property | Value |
---|---|
Reported by | Andreas Nüßing (a.nuessing@uni-muenster.de) |
Reported at | Nov 17, 2014 09:57 |
Type | Bug Report |
Version | 2.3 |
Operating System | Unspecified / All |
Last edited by | Dominic Kempf (dominic.r.kempf@gmail.com) |
Last edited at | Jan 27, 2015 16:13 |
Closed by | Dominic Kempf (dominic.r.kempf@gmail.com) |
Closed at | Jan 27, 2015 16:13 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | in db5d4c71528cbe114cbd07bfce0c4424100692eb |
Description
the member _max_local_size is not initizalized in LocalOrderingBase and thus might contain arbitrary data when accessed. The attached patch against the 2.0 release branch (13a5665f8a17f99881d429b423b172046ec88f36) initializes it with zero in the constructors initializer list.