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

Refactoring: custom strings that can store nullptr should not be used #401

Open
1 task done
dnzbk opened this issue Sep 27, 2024 · 0 comments
Open
1 task done

Refactoring: custom strings that can store nullptr should not be used #401

dnzbk opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dnzbk
Copy link
Collaborator

dnzbk commented Sep 27, 2024

Is there already an issue for your problem?

  • I have checked older issues, open and closed

NZBGet Version

v24.4-testing

Platform

All

Environment

Any

Current Behavior

Custom strings can store nullptr, which is not safe and causes many bugs.

Expected Behavior

Custom strings should be marked as deprecated and replaced with std::string if possible.

Steps To Reproduce

No response

Logs

No response

Extra information

No response

@dnzbk dnzbk added the bug Something isn't working label Sep 27, 2024
@dnzbk dnzbk self-assigned this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant