15 Nov
2007
15 Nov
'07
6:12 a.m.
On Nov 14, 2007 10:01 PM, Dan Kegel <dank(a)kegel.com> wrote:
In break_thread(), generate_debug_event() seems to send the entire ExceptionInformation array regardless of how many entries are used. The smart thing to do would be to send only the used elements, but I couldn't figure out how to do that. So here's a quick fix that just zeroes that array before calling generate_debug_event(). Is there a better way?
[This time with patch.] (There's a similar problem on the client side, but there I think I see how to fix it right in send_debug_event().)