• P
    Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' into staging · 7287e355
    Peter Maydell 提交于
    This pull request have all the fixes for CVE-2016-9602, so that it can
    be easily picked up by downstreams, as suggested by Michel Tokarev.
    
    # gpg: Signature made Tue 28 Feb 2017 10:21:32 GMT
    # gpg:                using DSA key 0x02FC3AEB0101DBC2
    # gpg: Good signature from "Greg Kurz <groug@kaod.org>"
    # gpg:                 aka "Greg Kurz <groug@free.fr>"
    # gpg:                 aka "Greg Kurz <gkurz@linux.vnet.ibm.com>"
    # gpg:                 aka "Gregory Kurz (Groug) <groug@free.fr>"
    # gpg:                 aka "[jpeg image of size 3330]"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 2BD4 3B44 535E C0A7 9894  DBA2 02FC 3AEB 0101 DBC2
    
    * remotes/gkurz/tags/cve-2016-9602-for-upstream: (28 commits)
      9pfs: local: drop unused code
      9pfs: local: open2: don't follow symlinks
      9pfs: local: mkdir: don't follow symlinks
      9pfs: local: mknod: don't follow symlinks
      9pfs: local: symlink: don't follow symlinks
      9pfs: local: chown: don't follow symlinks
      9pfs: local: chmod: don't follow symlinks
      9pfs: local: link: don't follow symlinks
      9pfs: local: improve error handling in link op
      9pfs: local: rename: use renameat
      9pfs: local: renameat: don't follow symlinks
      9pfs: local: lstat: don't follow symlinks
      9pfs: local: readlink: don't follow symlinks
      9pfs: local: truncate: don't follow symlinks
      9pfs: local: statfs: don't follow symlinks
      9pfs: local: utimensat: don't follow symlinks
      9pfs: local: remove: don't follow symlinks
      9pfs: local: unlinkat: don't follow symlinks
      9pfs: local: lremovexattr: don't follow symlinks
      9pfs: local: lsetxattr: don't follow symlinks
      ...
    Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
    7287e355
9p-local.c 36.1 KB