mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 20:42:03 -08:00
fix coverity issue 1434897 Uninitialized scalar variable
https://scan7.coverity.com/reports.htm#v29377/p15116/fileInstanceId=18706960&defectInstanceId=4324855&mergedDefectId=1434897&eventIds=4324837-8
This commit is contained in:
parent
0d18fcbbf2
commit
73ed08df0b
1 changed files with 1 additions and 0 deletions
|
|
@ -564,6 +564,7 @@ ecl_parse_namestring(cl_object s, cl_index start, cl_index end, cl_index *ep,
|
|||
if (start == end) {
|
||||
host = device = path = name = type = aux = version = @'nil';
|
||||
logical = 0;
|
||||
*ep = end;
|
||||
goto make_it;
|
||||
}
|
||||
/* We first try parsing as logical-pathname. In case of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue