This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/42230] abi::__cxa_demangle fails to return the length of the decoded name



------- Comment #6 from ian at airs dot com  2010-01-09 21:03 -------
As far as I can see, that does pass.

Note that the returned length is not the length of the demangled string, it is
the length of the allocated buffer.  That is, it may be larger than the length
of the demangled string.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42230


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]