On 20.06.2016 15:38, Pekka Paalanen wrote:
> On Sun, 19 Jun 2016 11:10:03 +0200
> Quentin Glidic wrote:
>
>> On 18/06/2016 19:15, Armin Krezović wrote:
>>> When there are no outputs present, an output pointer
>>> can be NULL. Dereferencing such pointer will result
>>> in a crash.
>>>
>>> Signed-o
On Sun, 19 Jun 2016 11:10:03 +0200
Quentin Glidic wrote:
> On 18/06/2016 19:15, Armin Krezović wrote:
> > When there are no outputs present, an output pointer
> > can be NULL. Dereferencing such pointer will result
> > in a crash.
> >
> > Signed-off-by: Armin Krezović
> > ---
> > src/compositor
On 18/06/2016 19:15, Armin Krezović wrote:
When there are no outputs present, an output pointer
can be NULL. Dereferencing such pointer will result
in a crash.
Signed-off-by: Armin Krezović
---
src/compositor.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/compositor.c b/src/compo
When there are no outputs present, an output pointer
can be NULL. Dereferencing such pointer will result
in a crash.
Signed-off-by: Armin Krezović
---
src/compositor.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/compositor.c b/src/compositor.c
index 37d94ec..d246046 100644
--- a/s