zodiacon / windowskernelprogrammingbook2e

Samples for the book Windows Kernel Programming, 2nd edition
MIT License
293 stars 83 forks source link

code snippet (ch.10): stray line on pg. 320 + missing `>= 0` #20

Closed profnandaa closed 1 year ago

profnandaa commented 1 year ago

There's a stray line as highlighted and also FindProcess is missing >= 0 on the condition check.

image

zodiacon commented 1 year ago

Checking.

zodiacon commented 1 year ago

My bad. fixing.

profnandaa commented 1 year ago

fixed in the latest ed.