Actions
Feature #15686
opennfssrv: Make rfsv4disptab with c99 array initialised
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
nfssrv
Gerrit CR:
External Bug:
Description
nfs4_srv.c#L290 has array initialisation that should be done in more safe format:
static struct rfsv4disp rfsv4disptab[] = {
/*
* NFS VERSION 4
*/
[0] = {rfs4_op_illegal, nullfree, 0}, /* RFS_NULL = 0*/
[1] = {rfs4_op_illegal, nullfree, 0}, /* UNUSED = 1 */
...
Actions