SUMMA will segfault due to trying to access out of bounds memory if the number of snow layers tries to go above maxSnowLayers. This only occurs while using the jrdn1991 layering scheme. The main issue is that there aren't adequate checks if the maximum number of snow layers has been reached.
SUMMA will segfault due to trying to access out of bounds memory if the number of snow layers tries to go above
maxSnowLayers
. This only occurs while using thejrdn1991
layering scheme. The main issue is that there aren't adequate checks if the maximum number of snow layers has been reached.