Skip to content

don't trigger UB on vector::front

Harald Sitter requested to merge work/noub into master

"Calling front on an empty container is undefined." so instead return with empty frame data. since I can't reproduce the crash I'm having high hopes that it should be fixed by simply not running the memcpy

probably fixes https://errors-eval.kde.org/organizations/kde/issues/180

Merge request reports