Bug #133
check what strdup returns in set_conf
Start date:
05/24/2012
Due date:
% Done:
0%
Estimated time:
Description
In dotfile.c
, there are several strdup
call which return are not checked.
In case one of them fail, it could potentially lead to segfault.
This needs to be checked.