[PATCH] config-parser: Avoid null dereference when exiting. (case: weston starts without config file)

2013-05-27 Thread Mun, Gwan-gyeong
When exiting, this patch fixes segmentation fault. --- From: Mun Gwan-gyeong Date: Tue, 28 May 2013 00:20:04 +0900 Subject: [PATCH] config-parser: Avoid null dereference when exiting. (case: weston starts without config file.) backtrace: (gdb) bt #0 0xb7704424 in __kernel_vsyscall () #1

[PATCH] config-parser: Avoid null dereference when handling config-parser ( when weston starts without config file. )

2013-05-27 Thread Mun, Gwan-gyeong
This patch fixes segmentation fault when weston starts without config file. --- >From ad383a1ed8efa3ee402825bb99676c22f6578a5c Mon Sep 17 00:00:00 2001 From: Mun Gwan-gyeong Date: Tue, 28 May 2013 00:04:26 +0900 Subject: [PATCH] config-parser: Avoid null dereference when handling config-par

[PATCH] config-parser: Avoid null dereference when handling config-parser

2013-05-24 Thread Mun, Gwan-gyeong
This patch fixes segmentation fault when weston starts without config file. --- >From bb953ce110dd27d1b6504c2b9aab28e771c4410b Mon Sep 17 00:00:00 2001 From: Mun Gwan-gyeong Date: Sat, 25 May 2013 02:09:13 +0900 Subject: [PATCH] config-parser: Avoid null dereference when handling config-par

[PATCH] config-parser-test: fix compile error

2013-05-24 Thread Mun, Gwan-gyeong
5 >From 993ddf5481242b74db2174eb2c7d05abe0be126c Mon Sep 17 00:00:00 2001 From: Mun Gwan-gyeong Date: Sat, 25 May 2013 01:13:09 +0900 Subject: [PATCH] config-parser-test: fix compile error Add COMPOSITOR_CFLAGS to Makefile.am --- shared/Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH] configure.ac: colord version to 0.1.27

2013-05-18 Thread Mun, Gwan-gyeong
. CD_DEVICE_PROPERTY_EMBEDDED macro provided after colord 0.1.27. so weston should check at least colord version: 0.1.27. --- >From ea647f197b22d14f7828d511bc2443ba91001a30 Mon Sep 17 00:00:00 2001 From: Mun Gwan-gyeong Date: Sat, 18 May 2013 21:43:10 +0900 Subject: [PATCH] configure.ac: colord version to 0.1