summaryrefslogtreecommitdiff
path: root/src/modules/stars/stars.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-03-30 14:06:23 -0700
committerVito Caputo <vcaputo@pengaru.com>2022-03-30 14:06:23 -0700
commite8e79b7a2b88262b84bf6006bc7cd5764962fdc9 (patch)
treeae64007c14fb96af0f3a6366b0a84b530ad79d3e /src/modules/stars/stars.c
parentf3290897544c4427dc208d1dd1e33836639be8ba (diff)
til_settings: fix empty values in til_settings_new()
Previously if you supplied an empty setting value like so: "--module=compose,layers=" The interactive setup would get itself into an infinite loop because the layers setting is already present, but has a NULL value. This wasn't a NULL value, it was a "" value. The parser should just fallthrough to the value state from the equal state after recording the value's start pointer. This will result in a "" value getting allocated and assigned to the value before the loop breaks out on the '\0' immediately following the '='. There are probably other edge cases which need better handling here.
Diffstat (limited to 'src/modules/stars/stars.c')
0 files changed, 0 insertions, 0 deletions
© All Rights Reserved