Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Debuggers

    Splint 3.1.1

    Download button

    No screenshots available
    Downloads: 1,268  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    13 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    David Evans | More programs
    GPL / FREE
    April 18th, 2005, 17:09 GMT
    ROOT / Programming / Debuggers

     Read user reviews (0)  Refer to a friend  Subscribe

    Splint description

    Splint is a tool that checks C programs for security problems and coding mistakes.

    Splint is a tool for statically checking C programs for security vulnerabilities and programming mistakes.

    Splint does many of the traditional lint checks including unused declarations, type inconsistencies, use before definition, unreachable code, ignored return values, execution paths with no return, likely infinite loops, and fall through cases.

    More powerful checks are made possible by additional information given in source code annotations. Annotations are stylized comments that document assumptions about functions, variables, parameters and types.

    In addition to the checks specifically enabled by annotations, many of the traditional lint checks are improved by exploiting this additional information.

    As more effort is put into annotating programs, better checking results. A representational effort-benefit curve for using Splint is shown in Figure 1.

    Splint is designed to be flexible and allow programmers to select appropriate points on the effort-benefit curve for particular projects.

    As different checks are turned on and more information is given in code annotations the number of bugs that can be detected increases dramatically.

    Problems detected by Splint include:

    · Dereferencing a possibly null pointer
    · Using possibly undefined storage or returning storage that is not properly defined
    · Type mismatches, with greater precision and flexibility than provided by C compilers
    · Violations of information hiding
    · Memory management errors including uses of dangling references and memory leaks
    · Dangerous aliasing
    · Modifications and global variable uses that are inconsistent with specified interfaces
    · Problematic control flow such as likely infinite loops, fall through cases or incomplete switches, and suspicious statements
    · Buffer overflow vulnerabilities
    · Dangerous macro implementations or invocations
    · Violations of customized naming conventions.

    Product's homepage

      


    TAGS:

    security problems | coding mistakes | Splint | debugger |

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM