[libstdc++,PATCH] src/c++11/snprintf_lite.cc - update bug reporting URL

Jonathan Wakely jwakely@redhat.com
Wed Feb 8 10:43:00 GMT 2017


On 08/02/17 08:17 +0100, Gerald Pfeifer wrote:
>Index: src/c++11/snprintf_lite.cc
>===================================================================
>--- src/c++11/snprintf_lite.cc	(revision 245267)
>+++ src/c++11/snprintf_lite.cc	(working copy)
>@@ -52,7 +52,7 @@
>     const size_t __len = __bufend - __buf + 1;
>
>     const char __err[] = "not enough space for format expansion "
>-      "(Please submit full bug report at http://gcc.gnu.org/bugs.html):\n    ";
>+      "(Please submit full bug report at http://gcc.gnu.org/bugs/):\n    ";
>     const size_t __errlen = sizeof(__err) - 1;
>
>     char *const __e

Shouldn't that be https ? :-)

I'd welcome better suggestions for how to deal with this error
condition (which should never happen) but I can't think of any myself.



More information about the Libstdc++ mailing list