Re: [2/2] imagehlp: Implement ImageGetDigestStream

2010-07-17 Thread Andrey Turkin
On Saturday 17 July 2010 18:19:50 Dan Kegel wrote: > I was worried that mapping the file will fail if you're > low on address space and are running this function > on a large PE file. > It ought to be possible to write a test to see how > the function behaves when you've used up oodles > of address

re: [2/2] imagehlp: Implement ImageGetDigestStream

2010-07-17 Thread Dan Kegel
I was worried that mapping the file will fail if you're low on address space and are running this function on a large PE file. It ought to be possible to write a test to see how the function behaves when you've used up oodles of address space, though it'd be tricky to make the test reliable. I see