Segfault in TeamChangedEvent on missing combobox
Đang mở
Bug
Client OGRE
- Ngôn ngữ chính
- C++
- Star
- 6
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.