set data_p->addr=NULL

This commit is contained in:
NIIBE Yutaka
2012-05-22 16:37:30 +09:00
parent b202f95376
commit 244cdbff3f
2 changed files with 3 additions and 0 deletions

View File

@@ -839,6 +839,7 @@ static void handle_setup0 (void)
pw++;
ctrl_p->wLength = *pw;
data_p->addr = NULL;
data_p->len = 0;
data_p->offset = 0;