[eigen-commits] commit/eigen: 3 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
3 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/6d40b32f780e/
Changeset: 6d40b32f780e
User: vanhoucke
Date: 2015-06-19 15:46:46+00:00
Summary: Fix undefined behavior.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/cad1b8afa760/
Changeset: cad1b8afa760
User: vanhoucke
Date: 2015-06-19 15:53:30+00:00
Summary: Fix undefined behavior. When resizing a default-constructed SparseArray, we end up calling memcpy(ptr, 0, 0), which is technically UB and gets caught by static analysis.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/da3133bbc76a/
Changeset: da3133bbc76a
User: ggael
Date: 2015-06-20 11:56:48+00:00
Summary: Merged in vanhoucke/eigen_vanhoucke (pull request #118)
Fix two small undefined behaviors caught by static analysis.
Affected #: 2 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.