commit | 860bda29b99afdc072a7a796fe81185f7ae85deb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 12 16:11:49 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:31 2017 +0200 |
tree | 801d2c90df6046bfec0b3be678d84acc2b5637e8 | |
parent | 7fd38af9cae6aef1dfd28a7d1bd214eb5ddb7d53 [diff] |
sunrpc: mark all struct svc_procinfo instances as const struct svc_procinfo contains function pointers, and marking it as constant avoids it being able to be used as an attach vector for code injections. Signed-off-by: Christoph Hellwig <hch@lst.de>