17 Jul
2019
17 Jul
'19
6:58 a.m.
On Jul 8, 2019, at 8:43 AM, Alan DeKok <aland@deployingradius.com> wrote:
The issue is in value_data_from_str(). If it fails to parse the string, it still mangles the data. The solution is to have that function update the output data only when it succeeds.
Nope. The issue was elsewhere. I've pushed a fix in commit 1a3206c Alan DeKok.