Files
espurna/code
Maxim Prokhorov 71ddf35022 settings: fix saving base2 integers
Buffer size of 16 is not enough for the output, bump to 32

Specific bug can be triggered by adding >16 relays and using RelayMask
Since the used API does not check buffer size at all, it ended up
overwriting the stack just before the callsite. e.g. relay boot would
show relay count as 48 (aka '0')

Remove explicit reserve() as well, buffer concat will take care of that
2021-05-20 16:02:34 +03:00
..
2019-07-11 00:34:17 +03:00
2021-01-16 20:40:23 +03:00
2021-01-14 18:11:14 +03:00
2019-07-11 00:34:17 +03:00
2021-02-04 12:03:26 +03:00
2021-01-16 20:40:23 +03:00
2019-07-11 00:34:17 +03:00