Bug 18759 - unchecked calloc in setxkbmap
Summary: unchecked calloc in setxkbmap
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: * Other (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:33 UTC by MA
Modified: 2008-11-30 17:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description MA 2008-11-28 10:33:42 UTC
./xc/programs/setxkbmap/setxkbmap.c:563:	orig= (char *)calloc(len,1); ### the return value of calloc, orig, is passed unchecked to strcat in line 570
Comment 1 Peter Hutterer 2008-11-30 17:55:23 UTC
Pushed as 4c3f466f67a7819a912a736f4f2a97262bdaf589.


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.