diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-08-30 20:29:08 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-08-30 21:45:13 -0700 |
commit | 97f5b943e459d3834a51996fd54c01ba82fe831b (patch) | |
tree | 00f73730a0028db305b53dc371d8c01fb91bce87 /m4 | |
parent | 918f2eb6f20de6fbdb300bbb7a3d8d829da6fb6d (diff) |
modules/drizzle: handle baking errors in drizzle_setup()
More setup_func conversion to returning the failed setting on
errors during res_setup baking.
Also fixed a bug while here in the style_values error detection;
it was misusing nelems() on the array when it's NULL-terminated
with a sentinel. But this was only triggered if a user force
overrided the setting with the :-prefix syntax, since otherwise
the setting had to be in the values set according to the
front-end. It was known there'd prolly be bugs when adding that
: override prefix support. A lot of the module-local setup
baking code has been neglected/bitrotted/carelessly changed over
time, depending on front-end values policing to keep things on
the rails.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions