This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249554 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 22 Jun 2017 14:16:39 -0000
- Subject: r249554 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: redi
Date: Thu Jun 22 14:16:38 2017
New Revision: 249554
URL: https://gcc.gnu.org/viewcvs?rev=249554&root=gcc&view=rev
Log:
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.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/stl_bvector.h