Segfault in TeamChangedEvent on missing combobox
オープン
Bug
Client OGRE
- 主要言語
- C++
- スター
- 6
- フォーク
- 4
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
There is a combo box defined as:
```
CEGUI::Combobox *playerTeam;
```
Which is then assigned to a value only in a conditional. This conditional might not get hit. And then all the instances below where playerTeam is accessed will segfault.
There should be an else statement to the 'if' at the top of TeamChangedEvent() to handle this case.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。