iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

Fix undefined behavior in AMR physical asset #118

Closed ltoenning closed 1 year ago

ltoenning commented 1 year ago

std::deque::front() is accessed before checking that the deque is not empty. This leads to undefined behavior.