megumin9

Results 5 issues of megumin9

**Describe the bug** In file code/PostProcessing/TextureTransform.cpp, line 395. There is a while loop, the condition of the loop is t is not equal to (*it).lockedPos. But, the result of the...

Bug

**Describe the bug** In the file code/AssetLib/Obj/ObjFileParser.cpp, line 792, if the while loop is ended because m_Datait is equal to m_DataItEnd, then in line 796, the access of the variable...

Bug

In file src/MultiDiskAdaptor.cc, line 315. The iterator first may be the head iterator of the vector diskWriterEntries. Then in line 318, fisrt may be decreased to the front of the...

### Describe the bug In file /src/options.cpp, line 1422. If the vector items_ is empty, iter ,equal to std::next( items_.begin() ), is behind items_.end(). The for loop may go wrong....

(S1 - Need confirmation)
Code: Infrastructure / Style / Static Analysis

### Describe the bug In file src/iuse.cpp, there are some std::find_if() functions in line 2843, 2846, 2867, 2887 and 2907. I find the ranges of those find statement are all...

(S1 - Need confirmation)
Code: Infrastructure / Style / Static Analysis
stale