Skip to content

Fix potential uninitialized variable in titleMenu()#820

Open
nstoddard wants to merge 1 commit into
tmewett:releasefrom
nstoddard:uninitialized-event
Open

Fix potential uninitialized variable in titleMenu()#820
nstoddard wants to merge 1 commit into
tmewett:releasefrom
nstoddard:uninitialized-event

Conversation

@nstoddard
Copy link
Copy Markdown
Contributor

After a recent issue turned out to have been detectable with Valgrind (#817) and I found some uninitialized variables while working on a PR (#800), I used Valgrind to look for other similar issues. It found a potential one in titleMenu(), and although I'm not sure whether is actually causes issues, it seems worth fixing.

After a recent issue turned out to have been detectable with Valgrind (tmewett#817) and I found some uninitialized variables while working on a PR (tmewett#800), I used Valgrind to look for other similar issues. It found a potential one in `titleMenu()`, and although I'm not sure whether is actually causes issues, it seems worth fixing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant