Sciweavers

3708 search results - page 40 / 371
» Programming with C Exceptions
Sort
View
127 views 106 votes 15 years 20 days ago  ASE 2004»
Abstract. The use of pointers presents serious problems for software productivity tools for software understanding, restructuring, and testing. Pointers enable indirect memory acce...
154 views 96 votes 15 years 7 months ago  CASES 2009»
Accurate estimation of the tick length of a synchronous program is essential for efficient and predictable implementations that are devoid of timing faults. The techniques to dete...
181 views 147 votes 15 years 4 months ago  ESOP 2000»
We exhibit a technique for automatically verifying the safety of simple C programs working on tree-shaped data structures. We do not consider the complete behavior of programs, but...
136 views 102 votes 14 years 11 months ago  ISOLA 2010»
Automatic bug finding with static analysis requires precise tracking of different memory object values. This paper describes a memory modeling method for static analysis of C pro...
107 views 112 votes 15 years 2 months ago  DIMVA 2006»
Incomplete or improper input validation is one of the major sources of security bugs in programs. While traditional approaches often focus on detecting string related buffer overfl...
119 views 98 votes 15 years 7 months ago  SPIN 2007»
This paper describes a set of verification components that open the way to perform on-the-fly software model checking with the Cadp toolbox, originally designed for verifying the...
205 views 127 votes 16 years 1 months ago  DAC 2003»
We present an algorithm that checks behavioral consistency between an ANSI-C program and a circuit given in Verilog using Bounded Model Checking. Both the circuit and the program ...
124 views 131 votes 16 years 1 months ago  SIGSOFT 2003»
Writes via unchecked pointer dereferences rank high among vulnerabilities most often exploited by malicious code. The most common attacks use an unchecked string copy to cause a b...
146 views 86 votes 15 years 6 months ago  SOFTVIS 2005»
In this paper we present an approach to modeling and visualizing the dynamic interactions among objects in a C++ application. We exploit UML diagrams to expressively visualize bot...
115 views 89 votes 15 years 4 months ago  ICECCS 2007»
A current trend in the software engineering community is to integrate different tools in a friendly and powerful development environment for use by final users. This is also the c...