[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 208de0: prevent dangling pointers from escaping a function...



Branch: refs/heads/master
Home:   https://github.com/csmith-project/csmith

Commit: 208de0fc9b42dd74b0a7bf93527a3378d03fad79
    https://github.com/csmith-project/csmith/commit/208de0fc9b42dd74b0a7bf93527a3378d03fad79
Author: Xuejun Yang <jxyang@cs.utah.edu>
Date:   2011-05-25 (Wed, 25 May 2011)

Changed paths:
  M src/StatementReturn.cpp

Log Message:
-----------
prevent dangling pointers from escaping a function in a branch within loop


Commit: 25b55eb880b32b2e9b2893477b210f307e390c1c
    https://github.com/csmith-project/csmith/commit/25b55eb880b32b2e9b2893477b210f307e390c1c
Author: Xuejun Yang <jxyang@cs.utah.edu>
Date:   2011-05-25 (Wed, 25 May 2011)

Changed paths:
  M src/ArrayVariable.cpp
  M src/CGOptions.h

Log Message:
-----------
create less uniformly initialized arrays

by:
1)decreasing the chance of the last array dimension to be size 1
2) increasing the max allowed array length (all dimension considered) to 256

Signed-off-by: Xuejun Yang <jxyang@cs.utah.edu>


Commit: 926ee8e8de718da65fb44fe1a7094b89f2b9abcc
    https://github.com/csmith-project/csmith/commit/926ee8e8de718da65fb44fe1a7094b89f2b9abcc
Author: Xuejun Yang <jxyang@cs.utah.edu>
Date:   2011-05-25 (Wed, 25 May 2011)

Changed paths:
  M ChangeLog
  M scripts/compiler_test.pl
  M scripts/test_csmith.pl
  M utah/scripts/coverage/README.COV
  M utah/scripts/coverage/build_gcov_compilers.pl
  M utah/scripts/coverage/gen_cov.pl
  M utah/scripts/coverage/parse_cov_results.pl
  M utah/scripts/john_driver/evaluate_program.pl
  M utah/scripts/john_driver/random_test.pl
  M utah/scripts/john_driver/run_program.pl
  M utah/scripts/one_off/random_test_vc.pl
  M utah/scripts/one_off/reducer_driver.pl
  M utah/scripts/one_off/simd.pl
  M utah/scripts/one_off/size_test.pl
  M utah/scripts/one_off/test_framac.pl
  M utah/scripts/one_off/unwrap_math.pl
  M utah/scripts/reduce/prep.pl
  M utah/scripts/reduce/reduce.sh
  M utah/scripts/reduce/reduce_log.sh
  M utah/scripts/reduce/simple_delta.pl

Log Message:
-----------
Merge branch 'master' of github.com:csmith-project/csmith


Compare: https://github.com/csmith-project/csmith/compare/90fb2dc...926ee8e