Git Product home page Git Product logo

Comments (7)

dvyukov avatar dvyukov commented on May 7, 2024

Up. We are getting more UAFs from KMSAN which turn out to be dups of KASAN reported bugs.

from kmsan.

ramosian-glider avatar ramosian-glider commented on May 7, 2024

This is on my radar. I have a draft patch for it.

from kmsan.

ramosian-glider avatar ramosian-glider commented on May 7, 2024

We do report UAFs now, but not in the loads yet.

from kmsan.

ramosian-glider avatar ramosian-glider commented on May 7, 2024

It is also theoretically possible to report UAFs in stores as well. But doing so is a bit of a hassle, as SLUB performs numerous stores to freed memory, which require careful handling (we don't want to report them).

from kmsan.

ramosian-glider avatar ramosian-glider commented on May 7, 2024

322dad0 implements UAF detection on each load.
Let's see how it goes.

from kmsan.

dvyukov avatar dvyukov commented on May 7, 2024

Does this add slowdown (and code) for something we don't want to use?

from kmsan.

ramosian-glider avatar ramosian-glider commented on May 7, 2024

We've decided to put all UAF bugs into a single bucket in syzkaller anyway, so I'd better revert this improved UAF detection for now (as it costs us some performance).
We can revisit this issue if upstream developers request more precise UAF detection.

from kmsan.

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.