Fix array index error in address_v6 comparisons
authorJonathan Wakely <jwakely@redhat.com>
Thu, 26 Sep 2019 16:08:33 +0000 (17:08 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 26 Sep 2019 16:08:33 +0000 (17:08 +0100)
commitd5f7e04923c5fe55db12e7da006c41c3853b4ddb
tree305a30c000581e4b78fba943d49f96bcd512aab9
parent8eb60b2f2254eee16d44ed5169837743b0debd5a
Fix array index error in address_v6 comparisons

* include/experimental/internet (operator==, operator<): Fix loop
condition to avoid reading past the end of the array.

From-SVN: r276153
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/internet