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-b...@kde.org Reporter: richard.oehlin...@adbsafegate.com CC: smart...@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 watching all bug changes.