mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 04:11:37 -06:00
Revert the fixes for the "vulnerable command line parsing"
revert these commits: -e615c8c63f-45c245645d. -cc1192c7d9.
This commit is contained in:
@@ -628,7 +628,6 @@ public:
|
||||
UString &operator=(char c) { return (*this)=((wchar_t)(unsigned char)c); }
|
||||
UString &operator=(const wchar_t *s);
|
||||
UString &operator=(const UString &s);
|
||||
void AddFrom(const wchar_t *s, unsigned len); // no check
|
||||
void SetFrom(const wchar_t *s, unsigned len); // no check
|
||||
void SetFromBstr(LPCOLESTR s);
|
||||
UString &operator=(const char *s);
|
||||
|
||||
Reference in New Issue
Block a user