Browse Source

osdi: fix sigfault when using aliasparam

pre-master-46
Pascal Kuthe 3 years ago
committed by Holger Vogt
parent
commit
8063e56fdf
  1. 2
      src/osdi/osdiinit.c

2
src/osdi/osdiinit.c

@ -65,7 +65,7 @@ static int write_param_info(IFparm **dst, const OsdiDescriptor *descr,
for (uint32_t j = 0; j < num_names; j++) { for (uint32_t j = 0; j < num_names; j++) {
if (j != 0) { if (j != 0) {
dataType = IF_UNINTERESTING;
dataType |= IF_UNINTERESTING;
} }
char *para_name = copy(para->name[j]); char *para_name = copy(para->name[j]);
strtolower(para_name); strtolower(para_name);

Loading…
Cancel
Save