libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

ExodusII_IO::set_output_variables may pass in invalid variable names

Open YaqiWang opened this issue 4 years ago • 0 comments

Currently the function directly sets a member variable. It may create unexpected problems when this variables names are used. My suggestion is that whenever the names are used, we check the validity of the names with the passed in equation system. One issue was reported in MOOSE https://github.com/idaholab/moose/issues/20537.

YaqiWang avatar Mar 12 '22 03:03 YaqiWang