Bug 18763

Summary: unchecked fcntl in xterm
Product: xorg Reporter: MA <mpachary>
Component: App/xtermAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED WONTFIX QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: 6.9.0   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description MA 2008-11-28 10:37:28 UTC
./xc/programs/xterm/main.c:2239:	    (void) fcntl(i, F_SETFD, 1); ### return value of fcntl not checked 
 ./xc/programs/xterm/main.c:4147:		fcntl(cp_pipe[1], F_SETFD, 1); ### return value of fcntl not checked 
 ./xc/programs/xterm/main.c:4148:		fcntl(pc_pipe[0], F_SETFD, 1); ### return value of fcntl not checked 
 ./xc/programs/xterm/os2main.c:1268:	    (void) fcntl(i, F_SETFD, 1); ### return value of fcntl not checked
Comment 1 Peter Hutterer 2008-12-02 21:58:46 UTC
[mass change]

The CVS tree is obsolete now and these errors will not be fixed. In the future, please file bugs only against the current git trees. See http://wiki.x.org/wiki/ModularDevelopersGuide for more information on how to obtain these repositories.

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.