Navigation Menu

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

Mismatched new [] / delete [] #1309

Closed
veripoolbot opened this issue May 17, 2018 · 1 comment
Closed

Mismatched new [] / delete [] #1309

veripoolbot opened this issue May 17, 2018 · 1 comment
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Rupert Swarbrick (@rswarbrick)
Original Redmine Issue: 1309 from https://www.veripool.org


In verilated_vcd_c.cpp, there is a deletion of "m_wrBufp" without "[]". This probably doesn't cause any actual problems, but strictly speaking it is undefined behaviour and gets caught by valgrind.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2018-05-17T11:09:00Z


Fixed in git, thanks.

@veripoolbot veripoolbot added area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

1 participant