[patch] libstdc++/67583 Fix invalid sputn calls in tests

Jonathan Wakely jwakely@redhat.com
Tue Sep 29 13:31:00 GMT 2015


As the PR says, we're calling sputn with a string that is shorter than
the length we specify.

I'm not sure if the length was significant (I don't think so), but
rather than change that I extended the strings to that length.

Tested powerpc64le-linux, committed to trunk.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 1980 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20150929/fe576a42/attachment.bin>


More information about the Libstdc++ mailing list