PR libstdc++/81173 fix undefined memset with null pointer
authorJonathan Wakely <jwakely@redhat.com>
Thu, 22 Jun 2017 14:16:38 +0000 (15:16 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 22 Jun 2017 14:16:38 +0000 (15:16 +0100)
commitb6d03af0b128d4a1f923f18aff52549f5fad1453
tree99bfa141a37aa9487d479465580bc973c654cf44
parent0759db190d979bb4adaeaedd19ab0c823c168691
PR libstdc++/81173 fix undefined memset with null pointer

PR libstdc++/81173
* include/bits/stl_bvector.h (vector<bool>::_M_initialize_value):
Do not pass null pointer to memset.

From-SVN: r249554
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_bvector.h