Re: kernel32/path: Potential off-by-one error, help needed!

2013-04-22 Thread Ken Thomases
On Apr 22, 2013, at 1:17 PM, Kirill Smirnov wrote: >While debugging bug #33307 (http://bugs.winehq.org/show_bug.cgi?id=33307) > I found a suspicious piece of code, looking like off-by-one error. > >Unfortunately, I'm not familiar with this part of wine and I don't know > how to write co

kernel32/path: Potential off-by-one error, help needed!

2013-04-22 Thread Kirill Smirnov
Hi! While debugging bug #33307 (http://bugs.winehq.org/show_bug.cgi?id=33307) I found a suspicious piece of code, looking like off-by-one error. Unfortunately, I'm not familiar with this part of wine and I don't know how to write corresponding test case. If you familiar with th