Bug 70702

Summary: reserved identifier violation
Product: ConsoleKit Reporter: Markus Elfring <Markus.Elfring>
Component: DaemonAssignee: Martin Pitt <martin.pitt>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium CC: lennart, rstrode, william.jon.mccann
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Markus Elfring 2013-10-20 20:52:24 UTC
I would like to point out that identifiers like "__CK_JOB_H" and "__CK_SEAT_H" do not fit to the expected naming convention of the C language standard.
http://cgit.freedesktop.org/ConsoleKit/tree/src/ck-job.h?id=67fa39aacf65117a85533035a71ee09b184003dc#n21
http://cgit.freedesktop.org/ConsoleKit/tree/src/ck-seat.h?id=b4f893eb294883909759fc9fd825eade1a9f308c#n21

Would you like to adjust your selection for unique names?
https://www.securecoding.cert.org/confluence/display/seccode/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.