Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid auto usage in Eigen expressions. #301

Merged
merged 2 commits into from
Oct 26, 2021

Conversation

mahiuchun
Copy link
Contributor

Running the original test with AddressSanitizer gives stack-use-after-scope.

Reference: https://eigen.tuxfamily.org/dox/TopicPitfalls.html "C++11 and the auto keyword"

Running the original test with AddressSanitizer gives stack-use-after-scope.

Reference: https://eigen.tuxfamily.org/dox/TopicPitfalls.html "C++11 and the auto keyword"

Signed-off-by: Hill Ma <hillma@google.com>
@github-actions github-actions bot added the 🏢 edifice Ignition Edifice label Oct 26, 2021
@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #301 (c19bc25) into ign-physics4 (77a6826) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           ign-physics4     #301   +/-   ##
=============================================
  Coverage         75.65%   75.65%           
=============================================
  Files               125      125           
  Lines              5627     5627           
=============================================
  Hits               4257     4257           
  Misses             1370     1370           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77a6826...c19bc25. Read the comment docs.

@scpeters
Copy link
Member

thanks for your contribution!

@scpeters scpeters merged commit b9b99f9 into gazebosim:ign-physics4 Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants