Home
last modified time | relevance | path

Searched refs:suffixLength (Results 1 – 1 of 1) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx56 std::size_t suffixLength, wchar_t ** end = NULL) in getProperty() argument
63 DWORD n2 = n + suffixLength; //TODO: overflow in getProperty()
72 memcpy(data + n, suffix, suffixLength * sizeof (wchar_t)); //TODO: overflow in getProperty()
74 *end = data + n + suffixLength; in getProperty()

Completed in 8 milliseconds