Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 1e5f20eefce263d327173a37681d0f46892d3448
      
https://github.com/parrot/parrot/commit/1e5f20eefce263d327173a37681d0f46892d3448
  Author: Reini Urban <[email protected]>
  Date:   2012-05-04 (Fri, 04 May 2012)

  Changed paths:
    M src/pmc/structview.pmc

  Log Message:
  -----------
  avoid invalid unaligned StructView_set_integer_keyed access

clang -faddress-sanitizer found this invalid read access in two scenarios:
1: cptr[8/8] with uint1
2: off-by-one access on multi-byte values


  Commit: a850da66521a18dfcab89fbbbb5c54b24100fbbf
      
https://github.com/parrot/parrot/commit/a850da66521a18dfcab89fbbbb5c54b24100fbbf
  Author: Andy Lester <[email protected]>
  Date:   2012-05-04 (Fri, 04 May 2012)

  Changed paths:
    M src/pmc/structview.pmc

  Log Message:
  -----------
  Merge pull request #764 from rurban/master

last found asan bug (I hope)


Compare: https://github.com/parrot/parrot/compare/d3dcc4b...a850da6
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to