markaren / threepp

C++20 port of three.js (r129)
MIT License
581 stars 50 forks source link

Invokes UB as EventListener::send is currently looping over `listeners_` and the custom deleter modifies it. #239

Closed bradphelan closed 4 months ago

bradphelan commented 4 months ago
          Invokes UB as EventListener::send is currently looping over `listeners_` and the custom deleter modifies it.

_Originally posted by @markaren in https://github.com/markaren/threepp/pull/237#discussion_r1510015203_

markaren commented 4 months ago

Closing as related to a PR