Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11
Module Name: src
Committed By: christos
Date: Tue Jul 30 20:24:59 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11: ctype.cc
Log Message:
There is no specialized constructor for ctype<char> so the
destructor ends up trying to free uninitialized memory for
_M_c_locale_ctype.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ctype.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index