Bug 18763 - unchecked fcntl in xterm
Summary: unchecked fcntl in xterm
Status: RESOLVED WONTFIX
Alias: None
Product: xorg
Classification: Unclassified
Component: App/xterm (show other bugs)
Version: 6.9.0
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-28 10:37 UTC by MA
Modified: 2008-12-02 21:58 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.