http://bugs.winehq.org/show_bug.cgi?id=10542
Summary: Bug in TEXT_Ellipsify when returning modstr
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mxmauro(a)hotmail.com
Hi,
In the TEXT_Ellipsify function located in dlls/user32/text.c, the last lines
are:
if (modstr)
{
memcpy (modstr, str, *len_str * sizeof(WCHAR));
*(str+*len_str) = '\0';
}
and they should be:
if (modstr)
{
memcpy (modstr, str, *len_str * sizeof(WCHAR));
*(modstr+*len_str) = '\0';
}
like in TEXT_PathEllipsify (is correct there). Checked in latest cvs
repository.
Best regards,
Mauro.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=482
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #2 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:46 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=516
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #9 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:46 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=175
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #28 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:46 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=547
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:45 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=380
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #12 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:45 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=352
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:43 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=751
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:42 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1099
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=629
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
OS/Version|All |other
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:14:41 CST ---
Removing deprecated 'All' Platform/OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.