From e3b942003410e8a96b15034990af3e55f95d23d5 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Thu, 18 Jun 2009 18:15:24 +0900 Subject: [PATCH] comctl32: In COMBOEX_FindStringExact do not try to get text from invalid items. --- dlls/comctl32/comboex.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/comctl32/comboex.c b/dlls/comctl32/comboex.c index 8a0652cdd1f..2156896fe92 100644 --- a/dlls/comctl32/comboex.c +++ b/dlls/comctl32/comboex.c @@ -860,10 +860,12 @@ COMBOEX_FindStringExact (COMBOEX_INFO *infoPtr, INT start, LPCWSTR str) /* now search from after starting loc and wrapping back to start */ for(i=start+1; i