JeffersonLab / hcana

Hall C++ Analyzer
7 stars 118 forks source link

Fix missing buffer length checks in THcConfigEvtHandler #513

Closed hansenjo closed 9 months ago

hansenjo commented 9 months ago

This adds a couple of missing checks against the event length in the THcConfigEvtHandler that may in rare cases have led to a crash.

Also, improve the logic in hcana's CMake configuration file.