论文部分内容阅读
Drivers are significant components of the operating systems(OSs),and they run in kernel mode.Generally,drivers have many errors to handle,and the functions called in the normal execution paths and error handling paths are in pairs,which are named as paired functions.However,some developers do not handle the errors completely as they forget about or are unaware of releasing the acquired resources,thus memory leaks and other potential problems can be easily introduced.