Bug 90891 - Issue in bug Out-of-bounds access (OVERRUN)
Summary: Issue in bug Out-of-bounds access (OVERRUN)
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xaw (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-08 04:30 UTC by Praveen Kumar
Modified: 2018-08-10 20:17 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Patch file is attached for this fix. (528 bytes, text/plain)
2015-06-08 04:30 UTC, Praveen Kumar
no flags Details

Description Praveen Kumar 2015-06-08 04:30:35 UTC
Created attachment 116346 [details]
Patch file is attached for this fix.

Issue in bug Out-of-bounds access (OVERRUN): 

Overrunning array selections of 256 4-byte elements by passing it to a function which can access it at element index 256 (byte offset 1024) using argument num_atoms (which evaluates to 257). Hence restriction of num_atoms to 255 is needed.
Comment 1 GitLab Migration User 2018-08-10 20:17:47 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libxaw/issues/2.


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.