Giter VIP home page Giter VIP logo

Comments (3)

maharmstone avatar maharmstone commented on July 26, 2024

Thanks Martin.

  • Yes, you're right, there should be some cleanup there! I'll sort it out for the next version.

  • Are you certain about that? Its MSDN page simply says "ExInitializeResourceLite returns STATUS_SUCCESS." ReactOS, which generally implements such low-level functions quite faithfully, likewise has it never returning an error.

  • Well, the only memory tracking the kernel does is the "tag" passed to ExAllocatePoolWithTag. Prefast I've found to be quite useful in identifying memory leaks and lock errors. There's quite a bit of progress in the latest release, but some day I'll get the whole driver tagged up for Prefast.

from btrfs.

MartinDrab avatar MartinDrab commented on July 26, 2024

Well, you are right about the ExInitializeResourceLite case. I somehow missed this and assumed that when it returns NTSTATUS, it may fail.

Well, the only memory tracking the kernel does is the "tag" passed to ExAllocatePoolWithTag. Prefast I've found to be quite useful in identifying memory leaks and lock errors. There's quite a bit of progress in the latest release, but some day I'll get the whole driver tagged up for Prefast.

That is why I decided to use my own wrappers around ExXxxPoolYyy. Of course, code analysis is also a good approach.

Did you tried your driver with Driver Verifier? That can also find some, potentially nasty, errors.

from btrfs.

maharmstone avatar maharmstone commented on July 26, 2024

Closing old issues

from btrfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.