Changeset 2644


Ignore:
Timestamp:
Dec 1, 2014, 2:14:04 PM (9 years ago)
Author:
andersk
Message:
OpenAFS: avoid mvid NULL deref in check_bad_parent

Patch from http://gerrit.openafs.org/11616 .

Location:
trunk/server
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/openafs.spec.patch

    r2639 r2644  
    1010 %{!?fedorakmod: %define fedorakmod 1}
    1111 %{!?build_dkmspkg: %define build_dkmspkg 1}
    12 @@ -249,9 +249,18 @@
     12@@ -249,9 +249,19 @@
    1313 %if %{build_modules}
    1414 BuildRequires: kernel-devel
     
    2424+Patch1005: openafs-d_revalidate-mtpt.patch
    2525+Patch1006: openafs-linux-3.17.patch
     26+Patch1007: openafs-mvid-NULL-deref.patch
    2627+%define _default_patch_fuzz 2
    2728+
     
    9495 %else
    9596 
    96 @@ -698,6 +712,14 @@
     97@@ -698,6 +712,15 @@
    9798 #%setup -q -n %{srcdir}
    9899 %setup -q -b 1 -n %{srcdir}
     
    105106+%patch1005 -p1 -b .d_revalidate-mtpt
    106107+%patch1006 -p1 -b .linux-3.17
     108+%patch1007 -p1 -b .mvid-NULL-deref.patch
    107109+
    108110 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.