* [Bug 16624] New: invalid pointer past to RRChangeOutputProperty
@ 2008-07-06 5:43 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-16624-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-06 5:43 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=16624
Summary: invalid pointer past to RRChangeOutputProperty
Product: xorg
Version: git
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
ReportedBy: obiwan-ajv+KCCKUOlAfugRpC6u6w@public.gmane.org
QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
CC: keithp-aN4HjG94KOLQT0dZR+AlfA@public.gmane.org
Created an attachment (id=17547)
--> (http://bugs.freedesktop.org/attachment.cgi?id=17547)
proposed patch for the issue
In nv_output:
error = RRChangeOutputProperty(output->randr_output, dithering_atom,
XA_INTEGER, 32, PropModeReplace, 1,
&nv_output->dithering,FALSE, FALSE);
&nv_output->dithering is a Boolean, but the property is set up as int32. On big
endian systems, this results in the property set being 0x1000000 instead of
0x1. This currently fails the range check (it can only be 1 or 0). Leading to
an error returned above which made me notice the issue.
Actually I think it may be an idea if X would check the type of the pointer
passed to RRChangeOutputProperty and return a better error if it is not equal
to the type (this problem would go unnoticed without the range check in
nv_output's set_property function), thus I add a cc to keithp about that.
To fix the problem in nouveau, either the property should be set up as Bool, or
we need to do an explicit cast. I provide a patch for the latter (because I am
not sure if we want more than 2 states for this property in the future). Let me
know if the former is preferred.
Cheers,
danny
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 16624] invalid pointer passed to RRChangeOutputProperty
[not found] ` <bug-16624-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2008-07-09 10:23 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-09 10:23 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=16624
Danny <obiwan-ajv+KCCKUOlAfugRpC6u6w@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|invalid pointer past to |invalid pointer passed to
|RRChangeOutputProperty |RRChangeOutputProperty
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 16624] invalid pointer passed to RRChangeOutputProperty
[not found] ` <bug-16624-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-07-09 10:23 ` [Bug 16624] invalid pointer passed " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-31 5:56 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=16624
--- Comment #1 from Danny <obiwan-ajv+KCCKUOlAfugRpC6u6w@public.gmane.org> 2008-07-30 22:56:08 PST ---
Fix commited by Stuart (thanks!) in 140c36ed936f4f28842af88efdd8b824c01bb097
danny
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 16624] invalid pointer passed to RRChangeOutputProperty
[not found] ` <bug-16624-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-07-09 10:23 ` [Bug 16624] invalid pointer passed " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2008-07-31 5:56 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=16624
Danny <obiwan-ajv+KCCKUOlAfugRpC6u6w@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Danny <obiwan-ajv+KCCKUOlAfugRpC6u6w@public.gmane.org> 2008-07-30 22:56:41 PST ---
Fix commited by Stuart (thanks!) in 140c36ed936f4f28842af88efdd8b824c01bb097
danny
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-07-31 5:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-06 5:43 [Bug 16624] New: invalid pointer past to RRChangeOutputProperty bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-16624-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2008-07-09 10:23 ` [Bug 16624] invalid pointer passed " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2008-07-31 5:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.