We can't zero out ggio request, as we have some fields in there we initialize
once during start-up. Reported by: Mikolaj Golub <to.my.trociny@gmail.com> MFC after: 3 days
This commit is contained in:
parent
322c5f284c
commit
8243d099e8
@ -930,7 +930,6 @@ ggate_recv_thread(void *arg)
|
||||
QUEUE_TAKE2(hio, free);
|
||||
pjdlog_debug(2, "ggate_recv: (%p) Got free request.", hio);
|
||||
ggio = &hio->hio_ggio;
|
||||
bzero(ggio, sizeof(*ggio));
|
||||
ggio->gctl_unit = res->hr_ggateunit;
|
||||
ggio->gctl_length = MAXPHYS;
|
||||
ggio->gctl_error = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user