This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] libstdc++/9817 or "passing C++ strings to C functions"
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Pétur Runólfsson <peturr02 at ru dot is>, libstdc++ at gcc dot gnu dot org, bkoz at redhat dot com, sebor at roguewave dot com
- Date: Mon, 24 Feb 2003 14:49:11 +0100
- Subject: Re: [RFC] libstdc++/9817 or "passing C++ strings to C functions"
- References: <07D05A69A3D0C14FAEA60C3ACE8E5564028F5530@nike.hir.is> <3E5A1FFD.2090102@unitus.it>
Paolo Carlini wrote:
Look forward to see your complete patch.
Forgot to tell: of course instead of the "char buf[BIGNUM];" you really
want to use the general, safe approach for the buffer, already adopted
in the current collate::transform (suggested in the glibc docs, by the way)
Paolo.