r277378 - in /branches/gcc-9-branch/libstdc++-v...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu Oct 24 12:54:00 GMT 2019
Author: redi
Date: Thu Oct 24 12:54:05 2019
New Revision: 277378
URL: https://gcc.gnu.org/viewcvs?rev=277378&root=gcc&view=rev
Log:
Fix array index error in address_v6 comparisons
Backport from mainline
2019-09-26 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/internet (operator==, operator<): Fix loop
condition to avoid reading past the end of the array.
Modified:
branches/gcc-9-branch/libstdc++-v3/ChangeLog
branches/gcc-9-branch/libstdc++-v3/include/experimental/internet
More information about the Libstdc++-cvs
mailing list