Skip to content

Commit

Permalink
Sync CHANGES from mirage#33
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Aug 10, 2014
1 parent 49bb74d commit 97407e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.4.0 (2014-08-10):
Comprehensive addition of bounds checking to all cstruct operations
(from @pqwy in #33). The major changes are:
* Disallow negative indexing with all cstruct accessors.
* Disallow negative `sub` and `shift` operations.
* Make sure `of_bigarray` cannot create invalid `cstruct` values.

1.3.1 (2014-07-10):
* Also bounds test single-byte operations on views (#31 via @pqwy).

Expand Down

0 comments on commit 97407e7

Please sign in to comment.