commit | 931ca7ab7fe804d77bc6952f1512950c0d870f26 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Sun Mar 29 17:18:30 2020 -0400 |
committer | Al Viro <[email protected]> | Wed May 20 20:31:27 2020 -0400 |
tree | ec55897513da03af5bc76b9f9f7a33ad1d59b4f6 | |
parent | e9c375fb5edeb550786d1436784db909bf672e9f [diff] |
ip*_mc_gsfget(): lift copyout of struct group_filter into callers pass the userland pointer to the array in its tail, so that part gets copied out by our functions; copyout of everything else is done in the callers. Rationale: reuse for compat; the array is the same in native and compat, the layout of parts before it is different for compat. Signed-off-by: Al Viro <[email protected]>