nzbgetcom / nzbget

Efficient usenet downloader
https://nzbget.com
GNU General Public License v2.0
355 stars 16 forks source link

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

Open dnzbk opened 1 month ago

dnzbk commented 1 month ago

Is there already an issue for your problem?

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