Fix a memory corruption in parse_status_msg
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
Этот коммит содержится в:
родитель
26a5294116
Коммит
02b3104215
@ -733,7 +733,7 @@ static sftp_status_message parse_status_msg(sftp_message msg){
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
status = malloc(sizeof(struct sftp_message_struct));
|
status = malloc(sizeof(struct sftp_status_message_struct));
|
||||||
if (status == NULL) {
|
if (status == NULL) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user