Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #57935 > unrolled thread
| Started by | Nye Liu <nyet@nyet.org> |
|---|---|
| First post | 2017-06-05 21:40 +0200 |
| Last post | 2017-06-05 21:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.kernel
Bug#862357: pidx % serv->sv_nrpools causes segfault Nye Liu <nyet@nyet.org> - 2017-06-05 21:40 +0200
| From | Nye Liu <nyet@nyet.org> |
|---|---|
| Date | 2017-06-05 21:40 +0200 |
| Subject | Bug#862357: pidx % serv->sv_nrpools causes segfault |
| Message-ID | <tP614-73d-1@gated-at.bofh.it> |
At net/sunrpc/svc.c line 355 svc_pool_for_cpu(), srv->sv_nrpools can be
zero:
return &serv->sv_pools[pidx % serv->sv_nrpools];
Back to top | Article view | linux.debian.kernel
csiph-web