[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

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

2013-05-26 Thread Kristian Høgsberg
te: Sat, 25 May 2013 02:09:13 +0900 > Subject: [PATCH] config-parser: Avoid null dereference when handling > config-parser > > backtrace: > (gdb) bt > #0 weston_config_get_section (config=0x0, section=0x8062f31 "keyboard", > key=0x0, value=0x0) > at config-parse

[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