Better handling of bad data in TabbedTextOut/TabbedTextExtent
commit62a80b76f2a5bcfed3191e2fde5859b7c359c2d2
authorBill Medland <billmedland@mercuryspeed.com>
Fri, 31 Jan 2003 03:23:18 +0000 (31 03:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 31 Jan 2003 03:23:18 +0000 (31 03:23 +0000)
tree1d47655fa6fbc13d96ea4601fe47ef8b770f1777
parent9dc2584b32768b4bc4c863a9cf7c47f26e41b2ea
Better handling of bad data in TabbedTextOut/TabbedTextExtent
Checked with:
a) Null tabstop array with non-zero number of entries
b) Negative number of entries (MSDN is wrong; it is not an error)
c) Single tabwidth of negative size
d) Single specified tabwidth of zero size
dlls/user/text.c