Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <5f954eda4a8be363@obrien> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Sat Dec 3 16:20:22 2011 On host: mail.march-hare.com Directory: cvsnt/src M client.cpp CVSNT_BRANCH_2_8_01_3761 1.84.2.141.6.100.2.24 -> 1.84.2.141.6.100.2.25 Bug Id: 6317 M cvs.h CVSNT_BRANCH_2_8_01_3761 1.93.2.208.6.29.2.22 -> 1.93.2.208.6.29.2.23 Bug Id: 6317 M server.cpp CVSNT_BRANCH_2_8_01_3761 1.106.2.210.6.99.2.49 -> 1.106.2.210.6.99.2.50 Bug Id: 6317 M subr.cpp CVSNT_BRANCH_2_8_01_3761 1.62.2.81.6.19.2.13 -> 1.62.2.81.6.19.2.14 Bug Id: 6317 Log message: Bug6317: fix crashes in utf8 mode when bigmemory=3. The previous patch did not cover all places that TranscodeBuffer was used, and it incorrectly assumed the result could be copied with strdup() - but since it may be utf-8 - we need to use memcpy and the number of bytes returned from the translation.