etternagame / etterna

Advanced cross-platform rhythm game focused on keyboard play
https://etternaonline.com/
MIT License
475 stars 134 forks source link

Fix uninit read Defect in SoundPosMap #1206

Closed nico-abram closed 1 year ago

nico-abram commented 1 year ago

The *this = cpy statement calls the copy constructor, which does delete m_pImpl while the field is uninitialized. Just removing it should be fine, we allocate a copy of the m_pImpl anyways and that is the only field in the type.