Files
espurna/code
Maxim Prokhorov bc9f879c9c libs(views): fix lingering pointer to old object when copying / moving
also noticed by -fsanitize=address

> auto split = StatefulSplitView{input, " "};
> ...
> split = StatefulSplitViewinput, ","};

ctor & assignment should properly re-construct iterator to avoid referencing
temporaries (especially when ctor & move actually happens and not elided)
2025-11-09 18:52:44 +03:00
..
2022-05-05 17:50:21 +03:00
2025-06-26 03:17:36 +03:00
2025-11-09 18:52:44 +03:00
2019-07-11 00:34:17 +03:00
2025-06-01 06:08:18 +03:00
2025-06-03 21:25:44 +03:00
2019-07-11 00:34:17 +03:00