commit | d31ae2548142b7cd12404929ef3a13ae27c9d961 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Aug 01 12:00:39 2017 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Aug 01 16:10:35 2017 -0400 |
tree | 96ec2d4daa55198d6181dc21eb77d484e82024c2 | |
parent | 16f73eb02d7e1765ccab3d2018e0bd98eb93d973 [diff] |
sunrpc: Const-ify all instances of struct rpc_xprt_ops After transport instance creation, these function pointers never change. Mark them as constant to prevent their use as an attack vector for code injections. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>