Giter Club home page Giter Club logo

Comments (9)

dbeyer avatar dbeyer commented on May 26, 2024 1

Conclusion: For SV-COMP 2017, we leave the invalid derefs and invalid frees in MemSafety,
and the invalid overflows in Overflows.
Next time we reconsider adding a property for checking undefined variables and have another
category capturing this.

Compare with issue #270.

from sv-benchmarks.

tautschnig avatar tautschnig commented on May 26, 2024

We could generalise memory leaks to "resource leaks", which is a class of practically relevant problems. (And then, finally, the Infer team might want to join.)

from sv-benchmarks.

dbeyer avatar dbeyer commented on May 26, 2024

from sv-benchmarks.

zvonimir avatar zvonimir commented on May 26, 2024

Just to clarify, you are not suggesting that we add additional properties to check (such as undefined behaviors that are currently not specified/caught as SV-COMP properties), but rather only to restructure the benchmarks/categories. Is that right?

from sv-benchmarks.

dbeyer avatar dbeyer commented on May 26, 2024

That is right.
But we should have new properties in mind (for demo category or next year),
such as _no-undef-vars or so, in order to more thoroughly check for undefined behavior.
Even if we do not have a category of this in SV-COMP, it would be good for the
definedness checkers to provide a defined playground to them in the repository.

from sv-benchmarks.

zvonimir avatar zvonimir commented on May 26, 2024

Absolutely! That would be super valuable for a demo category and next year as well!

from sv-benchmarks.

tautschnig avatar tautschnig commented on May 26, 2024

Are we on a path to ending the never-ending category debate?

from sv-benchmarks.

Heizmann avatar Heizmann commented on May 26, 2024

I presume you changed the SVG in the current file, the main categories are Reachability, Memory Safety, Overflows, Concurrency, Termination, and Software Systems.

I think, we should not (neither now nor in the future) have a property "undefined behaviour". There are many kinds of undefined behaviour we might want to have a property for each of them and want to check them individually (wherever possible) because we want to attract also tools that check only some of these properties.

Regarding the other questions I do not have strong preferences. I fine with your current suggestions (SVG above).

from sv-benchmarks.

dbeyer avatar dbeyer commented on May 26, 2024

_false-def-behavior

is the label to mark programs that have undefined behavior different from

  • invalid dereference (_false-valid-deref),
  • invalid deallocation (_false-valid-free), and
  • invalid overflows of signed integer variables (_false-no-overflow).

from sv-benchmarks.

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.