Closed ktarbet closed 1 year ago
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.
Revisiting use of stringCopy(...) in hecdss.c
in hecdss.c every call such as:
is also calling strlen on something that could be null.