mstrand

Results 1 issues of mstrand

``` 78 worker_sets_extend (worker_sets *ws, ... 86 void *ptr = NULL; 87 ptr = realloc (ws->events, sizeof (struct kevent) * to_allocate); 88 if (ptr == NULL) { ``` `realloc` can...