fixed typo in strcpy() function call
This commit is contained in:
@@ -294,7 +294,7 @@ METHOD(imv_state_t, get_remediation_instructions, bool,
|
|||||||
enumerator->destroy(enumerator);
|
enumerator->destroy(enumerator);
|
||||||
|
|
||||||
pos = this->instructions = malloc(len + 1);
|
pos = this->instructions = malloc(len + 1);
|
||||||
strcopy(pos, *string);
|
strcpy(pos, *string);
|
||||||
pos += strlen(*string);
|
pos += strlen(*string);
|
||||||
|
|
||||||
enumerator = this->bad_packages->create_enumerator(this->bad_packages);
|
enumerator = this->bad_packages->create_enumerator(this->bad_packages);
|
||||||
|
|||||||
Reference in New Issue
Block a user