[eigen-commits] commit/eigen: vanhoucke: 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. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: vanhoucke: 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.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Thu, 18 Feb 2016 20:47:30 -0000
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/740e608be89d/
Changeset: 740e608be89d
Branch: 3.2
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
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.