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

Option strings are not copied and memory can therefore be messed up #196

Closed
MaxOstrowski opened this issue Feb 12, 2020 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@MaxOstrowski
Copy link
Member

options.add(group, "very-fine-option",
"This string is not {}".format("copied"),
self._parse_bool(conf, "parameter"))

Related to #186 ?

@rkaminsk
Copy link
Member

Fixed in 2e99447.

@rkaminsk rkaminsk self-assigned this Feb 15, 2020
@rkaminsk rkaminsk added the bug label Feb 15, 2020
@rkaminsk rkaminsk added this to the v5.5.0 milestone Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants