aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorMiklos Szeredi <[email protected]>2017-11-15 11:34:58 +0100
committerAl Viro <[email protected]>2018-01-20 02:31:15 -0500
commitcf5eebae2cd28d37581507668605f4d23cd7218d (patch)
tree4eb7d05f8d94adf671ba5f8aa736b9f502e37d21 /net/unix/sysctl_net_unix.c
parentba87977a49913129962af8ac35b0e13e0fa4382d (diff)
seq_file: fix incomplete reset on read from zero offset
When resetting iterator on a zero offset we need to discard any data already in the buffer (count), and private state of the iterator (version). For example this bug results in first line being repeated in /proc/mounts if doing a zero size read before a non-zero size read. Reported-by: Rich Felker <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]> Fixes: e522751d605d ("seq_file: reset iterator to first record for zero offset") Cc: <[email protected]> # v4.10 Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions