| commit | 2ac0b787399df718dc61219145f44a6ae99813aa | [log] [tgz] |
|---|---|---|
| author | Adam Shapiro <adamshapiro0@gmail.com> | Tue Feb 23 21:32:39 2021 +0000 |
| committer | Antonio Sánchez <cantonios@google.com> | Tue Feb 23 21:32:39 2021 +0000 |
| tree | b83d256252d5f7909b41a7e484ce0ba0f692b962 | |
| parent | 10c77b0ff44d0b9cb0b252cfa0ccaaa39d3c5da4 [diff] |
Fixed sparse conservativeResize() when both num cols and rows decreased. The previous implementation caused a buffer overflow trying to calculate non- zero counts for columns that no longer exist.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.