[Wesnoth-bugs] [bug #25080] UB in map resize window

2017-03-18 Thread Charles Dang
Update of bug #25080 (project wesnoth): Open/Closed:Open => Closed ___ Reply to this item at: ___ Message

[Wesnoth-bugs] [bug #25080] UB in map resize window

2017-03-13 Thread Daniel
Update of bug #25080 (project wesnoth): Status:None => Fixed ___ Reply to this item at: ___ Nachricht

[Wesnoth-bugs] [bug #25080] UB in map resize window

2017-03-13 Thread Daniel
Follow-up Comment #8, bug #25080 (project wesnoth): was fixed some time ago https://github.com/wesnoth/wesnoth/commit/24e7ae28d80d589e5156910f1ba2df765fc7ca8d ___ Reply to this item at:

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-10-24 Thread Wedge009
Follow-up Comment #7, bug #25080 (project wesnoth): I know that, I was speaking generally. Also, my point was that it was a different situation to the report I mentioned previously. Not really sure what you're trying to say with all your typing errors anyway. Regardless, in this case, it does

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-10-24 Thread Daniel
Follow-up Comment #6, bug #25080 (project wesnoth): This is actuall nothing related to c++11/14/17 features. > But in this case expand_direction_ is a private member of the teditor_resize_map class. This is provate doesn tmant that the actual pbject is points to is also a member of the

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-10-23 Thread Wedge009
Follow-up Comment #5, bug #25080 (project wesnoth): Hmm, it's been a while since I've really worked in-depth in C/C++. I recall the stuff about passing by reference when you're dealing with function parameters. But in this case expand_direction_ is a private member of the teditor_resize_map

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-10-23 Thread Daniel
Follow-up Comment #4, bug #25080 (project wesnoth): expand_direction_ is like an output paramter of that dialog, like when you pass a pointer as a parameter to a function, but actually the function ignores the value of that parameter and just write it so tzhat the caller can use it.

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-10-20 Thread Wedge009
Follow-up Comment #3, bug #25080 (project wesnoth): I was wondering about that. expand_direction_ is defined as a EXPAND_DIRECTION& and I'm not quite sure what the intention was behind that. ___ Reply to this item at:

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-10-20 Thread Daniel
Follow-up Comment #2, bug #25080 (project wesnoth): Line 162 that is meantioned in the log points to "&& static_cast(expand_direction_) != i" so it'S likeley that error is that expand_direction_ is not a valid EXPAND_DIRECTION. ___ Reply

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-10-20 Thread Wedge009
Update of bug #25080 (project wesnoth): Release: git => 1.13.5+dev ___ Follow-up Comment #1: The code hasn't changed since this was first reported: for(int i = 0; i < 9; ++i) {

[Wesnoth-bugs] [bug #25080] UB in map resize window

2016-09-19 Thread Matthias Krüger
URL: Summary: UB in map resize window Project: Battle for Wesnoth Submitted by: matthiaskrgr Submitted on: Mon 19 Sep 2016 01:53:14 PM UTC Category: Bug Severity: 3 - Normal