Bug 134468

Summary: null argument where non-null required
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: xorg-x11Assignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-05 04:59:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2004-10-03 11:49:52 UTC
Description of problem:

I just tried to compile package xorg-x11-6.8.0-4 from
Redhat Fedora Core 3 Test 2.

The compiler said

1.

sm_client.c:239: warning: null argument where non-null required (arg 2)

The source code is

                STORE_ARRAY8 (pData, 0, NULL);

I think this code needs rework.

2.

pm.c:231: warning: null argument where non-null required (arg 1)
pm.c:241: warning: null argument where non-null required (arg 1)
pm.c:307: warning: null argument where non-null required (arg 1)
pm.c:318: warning: null argument where non-null required (arg 2)

More of the same.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Warren Togami 2004-10-05 04:59:10 UTC
Thank you for your concern, but this is really a wrong place to file
bugs for mere compiler warnings unless you prove that it solves a real
problem.  In any case you should really file this at the upstream xorg
project, because there it is more likely to be reviewed.