Re: [PATCH libdrm 1/2] modetest: Fix segmentation fault

2020-01-21 Thread Ezequiel Garcia
Hi everyone, Any feedback here? At least this one should be pretty straightforward to merge, so I'm not sure it deserves a 6-month delay. If anyone can take a look, I'd appreciate it. Thanks! Ezequiel On Mon, 2019-07-22 at 13:08 -0300, Ezequiel Garcia wrote: > When a mode is set with just a

Re: [PATCH libdrm 1/2] modetest: Fix segmentation fault

2019-09-18 Thread Ezequiel Garcia
On Thu, 2019-08-15 at 09:07 -0300, Ezequiel Garcia wrote: > On Mon, 2019-07-22 at 13:08 -0300, Ezequiel Garcia wrote: > > When a mode is set with just a connector "-s foo", > > we get a nasty segmentation fault. Fix it. > > > > Signed-off-by: Ezequiel Garcia > > There's no rush, but still, here

Re: [PATCH libdrm 1/2] modetest: Fix segmentation fault

2019-08-15 Thread Ezequiel Garcia
On Mon, 2019-07-22 at 13:08 -0300, Ezequiel Garcia wrote: > When a mode is set with just a connector "-s foo", > we get a nasty segmentation fault. Fix it. > > Signed-off-by: Ezequiel Garcia There's no rush, but still, here goes a reminder of this and the next patch. :-) > --- >

[PATCH libdrm 1/2] modetest: Fix segmentation fault

2019-07-22 Thread Ezequiel Garcia
When a mode is set with just a connector "-s foo", we get a nasty segmentation fault. Fix it. Signed-off-by: Ezequiel Garcia --- tests/modetest/modetest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index e66be6607e00..5e628127a130