[Patch] Fix libstdc++/9182
Paolo Carlini
pcarlini@unitus.it
Sun Mar 2 12:39:00 GMT 2003
Pétur Runólfsson wrote:
>Does this handle the case when the first call to __cvt.out() in
>_M_convert_to_external returns partial and the second call returns
>error?
>
The below deals with this corner case too: _M_convert_to external has
to be modified to set __elen = 0 in that case.
In fact, I have to thank you, since in this way, the value of checking
for __elen in two different places in _M_really_overflow is increased.
Paolo.
//////////
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CL_9182_2
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20030302/6f8d2685/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_9182_2
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20030302/6f8d2685/attachment-0001.ksh>
More information about the Libstdc++
mailing list