[clazy] [Bug 395303] New: Suggest using qgetenv/qputenv instead of C library functions getenv/putenv/setenv
Richard
bugzilla_noreply at kde.org
Wed Jun 13 08:18:12 BST 2018
https://bugs.kde.org/show_bug.cgi?id=395303
Bug ID: 395303
Summary: Suggest using qgetenv/qputenv instead of C library
functions getenv/putenv/setenv
Product: clazy
Version: unspecified
Platform: Other
OS: All
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: richard.oehlinger at adbsafegate.com
CC: smartins at kde.org
Target Milestone: ---
getenv and putenv are not threadsafe. But the Qt wrappers use external
synchronisation (a mutex) to ensure that. Also the interface of the Qt
functions is easier to use correctly.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list