Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509664
Collapse All | Expand All

(-)xerces-c-3.1.2/src/xercesc/util/XMLString.hpp~ (-1 / +1 lines)
Lines 1443-1449 Link Here
1443
                                , const XMLCh* const srcStr
1443
                                , const XMLCh* const srcStr
1444
                                , const XMLSize_t    count)
1444
                                , const XMLSize_t    count)
1445
{
1445
{
1446
    memcpy(targetStr, srcStr, count * sizeof(XMLCh));
1446
    memmove(targetStr, srcStr, count * sizeof(XMLCh));
1447
}
1447
}
1448
1448
1449
inline XMLSize_t XMLString::stringLen(const XMLCh* const src)
1449
inline XMLSize_t XMLString::stringLen(const XMLCh* const src)

Return to bug 509664