View | Details | Raw Unified | Return to bug 770
Collapse All | Expand All

(-)a/src/internet-stack/ipv6-extension.cc (-1 / +1 lines)
 Lines 112-118    Link Here 
112
          switch (optionType)
112
          switch (optionType)
113
            {
113
            {
114
            case 0:
114
            case 0:
115
              optionLength = *(data + processedSize + 1);
115
              optionLength = *(data + processedSize + 1) + 2;
116
              break;
116
              break;
117
117
118
            case 1:
118
            case 1:

Return to bug 770