diff options
| author | Al Viro <[email protected]> | 2011-03-13 06:50:58 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2011-03-13 23:21:26 +0000 |
| commit | 586ce098a23b6ab7383df853a84ae3d48dc889aa (patch) | |
| tree | 14092479a77973596686554b3159d4630df6a6a4 /net/unix/af_unix.c | |
| parent | Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m... (diff) | |
| download | kernel-586ce098a23b6ab7383df853a84ae3d48dc889aa.tar.gz kernel-586ce098a23b6ab7383df853a84ae3d48dc889aa.zip | |
compat breakage in preadv() and pwritev()
Fix for a dumb preadv()/pwritev() compat bug - unlike the native
variants, compat_... ones forget to check FMODE_P{READ,WRITE}, so e.g.
on pipe the native preadv() will fail with -ESPIPE and compat one will
act as readv() and succeed. Not critical, but it's a clear bug with trivial
fix.
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
