THistSvc: protect against dereferencing invalid iterator.
- Apr 19, 2017
-
-
scott snyder authored
In regHist_i, if the stream is not found in m_files, then the end iterator for the map could be dereferenced. List was causing warnings from the undefined behavior sanitized running RecExCommon/myTopOptions.py. Protect against this case.
1391d46c
-