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

Fix memory handling bugs #95

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment
Open

Fix memory handling bugs #95

GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi,

attached are there patches which fix bugs found by cppcheck.

There's also one more I din't fix yet as I'm unsure about the correct fix:
[plugins/gpsgrid/table.h:120]: (error) Uninitialized variable: newEntry
[plugins/gpsgrid/table.h:135]: (error) Uninitialized variable: newEntry

-> The code in questions calls the size() member function
   on an uninitialized class instance. Should crash...


Hopefully there will be a monav 0.4 release sooner or later,
I still actively use it on the n900 :)

Cheers,
Thomas

Original issue reported on code.google.com by [email protected] on 29 May 2013 at 7:04

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks, will apply soon.

Original comment by [email protected] on 3 Jun 2013 at 3:00

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant