HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Access violation

ktarbet opened this issue · comments

Revisiting use of stringCopy(...) in hecdss.c

in hecdss.c every call such as:

 stringCopy(type, typeLength, tss->type, strlen(tss->type));

is also calling strlen on something that could be null.

image