<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi<br>
    <br>
    There are two Coverity Issues with untar.c but this one seems<br>
    especially odd to me.<br>
    <br>
    My reading of the following code is that if the creat() of the <br>
    filename in the tar image fails, then the code reads the contents<br>
    of the tar image and throws it away to skip it. <br>
    <br>
    What would be wrong with replacing the throw away read loop<br>
    with "lseek(fd, SEEK_CUR, 512 * nblocks)"?<br>
    <br>
    <div id="main-source-line-339" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">339</span>         <span
        class="cpp_comment" style="color: rgb(83, 91, 94); font-style:
        italic;">/******************************************************************</span></div>
    <div id="main-source-line-340" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">340</span><span
        class="cpp_comment" style="color: rgb(83, 91, 94); font-style:
        italic;">          * Read out the data.  There are nblocks of data where nblocks</span></div>
    <div id="main-source-line-341" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">341</span><span
        class="cpp_comment" style="color: rgb(83, 91, 94); font-style:
        italic;">          * is the size rounded to the nearest 512-byte boundary.</span></div>
    <div id="main-source-line-342" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">342</span><span
        class="cpp_comment" style="color: rgb(83, 91, 94); font-style:
        italic;">          *****************************************************************/</span></div>
    <div id="main-source-line-343" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">343</span>         <span
        id="xref-L-3811124-179-3" class="xref xref-L-3811124-33"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">nblocks</span> = (((<span
        id="xref-L-3811124-172-2" class="xref xref-L-3811124-34"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">size</span>) + <span
        class="cpp_literal" style="color: rgb(63, 78, 222);">511</span>) & ~<span
        class="cpp_literal" style="color: rgb(63, 78, 222);">511</span>) / <span
        class="cpp_literal" style="color: rgb(63, 78, 222);">512</span>;</div>
    <div id="main-source-line-344" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">344</span></div>
    <div class="event-wrapper" style="white-space: nowrap; display:
      table; color: rgb(71, 71, 71); font-family: 'Helvetica Neue',
      Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 16.7999992370605px; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);">
      <div class="event-row" style="display: table-row;"><span
          class="source-line-number" style="color: rgb(153, 153, 153);
          text-align: right; padding-left: 0.3em; padding-right: 0.2em;
          display: table-cell; font-family: Consolas, 'Andale Mono WT',
          'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
          'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation
          Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier,
          monospace; background-color: rgb(238, 238, 238);">   </span>
        <div id="defect-main-event-19808182" class="event-header
          unselected-defect" style="color: rgb(169, 172, 175); overflow:
          hidden; padding: 2px 2px 2px 25px; white-space: normal;
          display: table-cell; border: 1px solid transparent;
          background-image:
          url(https://scan5.coverity.com:8443/images/sourcebrowser/marker-code-event-unselected.png);
          background-color: rgb(245, 245, 245); background-position: 1px
          2px; background-repeat: no-repeat;"><span class="description">CID
            26151: Use of untrusted string value (TAINTED_STRING)</span><span
            class="focus-link-wrapper"><span
              class="Apple-converted-space"> </span>[<a
href="https://scan5.coverity.com:8443/defectInstanceId=19808182&fileInstanceId=64729753&mergedDefectId=26151"
              class="focus-link" style="color: rgb(0, 124, 191);
              text-decoration: none;">select issue</a>]</span></div>
      </div>
    </div>
    <div id="main-source-line-345" class="source-line with-event"
      style="color: rgb(0, 0, 0); font-family: Consolas, 'Andale Mono
      WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
      'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
      'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
      height: 1.3em; white-space: nowrap; font-size: 12px; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: 16.7999992370605px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none; widows:
      auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">345</span>         <span
        class="cpp_keyword" style="font-weight: 700;">if</span> ((<span
        id="xref-L-3811124-31-3" class="xref xref-L-3811124-36"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">out_fd</span> = <span
        id="xref-634656388-0-4" class="xref xref-175962330"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">creat</span>(<span
        id="xref-L-3811124-22-7" class="xref xref-L-3811124-27"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">fname</span>, <span
        class="cpp_literal" style="color: rgb(63, 78, 222);">0644</span>)) == -<span
        class="cpp_literal" style="color: rgb(63, 78, 222);">1</span>)</div>
    <div id="main-source-line-346" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">346</span>         {</div>
    <div id="main-source-line-347" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">347</span>            <span
        class="cpp_keyword" style="font-weight: 700;">for</span> (<span
        id="xref-L-3811124-53-3" class="xref xref-L-3811124-32"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">i</span>=<span
        class="cpp_literal" style="color: rgb(63, 78, 222);">0</span>; <span
        id="xref-L-3811124-51-2" class="xref xref-L-3811124-32"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">i</span><<span
        id="xref-L-3811124-146-2" class="xref xref-L-3811124-33"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">nblocks</span>; <span
        id="xref-L-3811124-104-3" class="xref xref-L-3811124-32"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">i</span>++)</div>
    <div id="main-source-line-348" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">348</span>            {</div>
    <div class="event-wrapper" style="white-space: nowrap; display:
      table; color: rgb(71, 71, 71); font-family: 'Helvetica Neue',
      Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 16.7999992370605px; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);">
      <div class="event-row" style="display: table-row;"><span
          class="source-line-number" style="color: rgb(153, 153, 153);
          text-align: right; padding-left: 0.3em; padding-right: 0.2em;
          display: table-cell; font-family: Consolas, 'Andale Mono WT',
          'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
          'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation
          Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier,
          monospace; background-color: rgb(238, 238, 238);">   </span>
        <div id="defect-event-19808219-1" class="event-header with-event
          main-event code-event event-set-0 returned_value
          selected-event grouped-event" style="color: rgb(221, 68, 34);
          overflow: hidden; padding: 2px 2px 2px 25px; white-space:
          normal; display: table-cell; border: 1px solid rgb(125, 154,
          170); cursor: pointer; background-image:
          url(https://scan5.coverity.com:8443/images/sourcebrowser/marker-code-main-event.png);
          background-color: rgb(252, 242, 238); background-position: 1px
          2px; background-repeat: no-repeat;"><span class="defect-text"
            style="display: block; margin-bottom: 2px;">CID 1255358 (#1
            of 1): Unused value (UNUSED_VALUE)</span><span
            class="event-tag" style="font-weight: 700;">returned_value:</span> <span
            class="description">Value from<span
              class="Apple-converted-space"> </span><span class="code"
              style="font-family: Consolas, 'Andale Mono WT', 'Andale
              Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu
              Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
              'Nimbus Mono L', Monaco, 'Courier New', Courier,
              monospace, serif; font-size: 1em; white-space: pre-line;
              word-wrap: break-word; color: rgb(0, 0, 0); padding-left:
              3px; padding-right: 3px;">read(fd, bufr, <span
                class="cpp_literal" style="color: inherit; font-style:
                inherit; font-weight: inherit;">512U</span>)</span><span
              class="Apple-converted-space"> </span>is assigned to<span
              class="Apple-converted-space"> </span><span class="code"
              style="font-family: Consolas, 'Andale Mono WT', 'Andale
              Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu
              Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
              'Nimbus Mono L', Monaco, 'Courier New', Courier,
              monospace, serif; font-size: 1em; white-space: pre-line;
              word-wrap: break-word; color: rgb(0, 0, 0); padding-left:
              3px; padding-right: 3px;">n</span><span
              class="Apple-converted-space"> </span>here, but that
            stored value is not used before it is overwritten.</span></div>
      </div>
    </div>
    <div id="main-source-line-349" class="source-line with-event
      main-event code-event event-set-0 returned_value grouped-event"
      style="color: rgb(0, 0, 0); font-family: Consolas, 'Andale Mono
      WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
      'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
      'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
      height: 1.3em; white-space: nowrap; font-size: 12px; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: 16.7999992370605px; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none; widows:
      auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">349</span>               <span
        id="xref-L-3811124-102-3" class="xref xref-L-3811124-26"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">n</span> = <span
        id="xref-634656403-0-4" class="xref xref-175960441"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">read</span>(<span
        id="xref-L-3811124-163-2" class="xref xref-L-3811124-24"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">fd</span>, <span
        id="xref-L-3811124-98-2" class="xref xref-L-3811124-25"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">bufr</span>, <span
        class="cpp_literal" style="color: rgb(63, 78, 222);">512</span>);</div>
    <div id="main-source-line-350" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">350</span>            }</div>
    <div id="main-source-line-351" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">351</span>         }</div>
    <div id="main-source-line-352" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">352</span>         <span
        class="cpp_keyword" style="font-weight: 700;">else</span></div>
    <div id="main-source-line-353" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">353</span>         {</div>
    <div id="main-source-line-354" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">354</span>            <span
        class="cpp_keyword" style="font-weight: 700;">for</span> (<span
        id="xref-L-3811124-168-3" class="xref xref-L-3811124-32"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">i</span>=<span
        class="cpp_literal" style="color: rgb(63, 78, 222);">0</span>; <span
        id="xref-L-3811124-178-2" class="xref xref-L-3811124-32"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">i</span><<span
        id="xref-L-3811124-159-2" class="xref xref-L-3811124-33"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">nblocks</span>; <span
        id="xref-L-3811124-10-3" class="xref xref-L-3811124-32"
        style="cursor: pointer; border-width: 1px; border-style: solid;
        border-color: transparent transparent rgb(204, 204, 204);">i</span>++)</div>
    <div id="main-source-line-355" class="source-line" style="color:
      rgb(0, 0, 0); font-family: Consolas, 'Andale Mono WT', 'Andale
      Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans
      Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono
      L', Monaco, 'Courier New', Courier, monospace; height: 1.3em;
      white-space: nowrap; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 16.7999992370605px; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);"><span class="scm"
        style="color: rgb(191, 191, 191); vertical-align: top; display:
        inline-block; background-color: rgb(238, 238, 238);"></span><span
        class="source-line-number" style="color: rgb(153, 153, 153);
        text-align: right; padding-left: 0.3em; padding-right: 0.2em;
        display: inline-block; background-color: rgb(238, 238, 238);">355</span>            {</div>
    <div class="event-wrapper" style="white-space: nowrap; display:
      table; color: rgb(71, 71, 71); font-family: 'Helvetica Neue',
      Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 16.7999992370605px; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);">
      <div class="event-row" style="display: table-row;"><span
          class="source-line-number" style="color: rgb(153, 153, 153);
          text-align: right; padding-left: 0.3em; padding-right: 0.2em;
          display: table-cell; font-family: Consolas, 'Andale Mono WT',
          'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter',
          'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation
          Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier,
          monospace; background-color: rgb(238, 238, 238);">   </span>
        <div id="defect-event-19808219-0" class="event-header with-event
          code-event event-set-0 value_overwrite grouped-event"
          style="color: rgb(221, 68, 34); overflow: hidden; padding: 2px
          2px 2px 25px; white-space: normal; display: table-cell;
          border: 1px solid transparent; cursor: pointer;
          background-image: none; background-color: rgb(252, 242, 238);
          background-position: 1px 2px; background-repeat: no-repeat;"><span
            class="event-tag" style="font-weight: 700;">value_overwrite:</span> <span
            class="description">Value from<span
              class="Apple-converted-space"> </span><span class="code"
              style="font-family: Consolas, 'Andale Mono WT', 'Andale
              Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu
              Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
              'Nimbus Mono L', Monaco, 'Courier New', Courier,
              monospace, serif; font-size: 1em; white-space: pre-line;
              word-wrap: break-word; color: rgb(0, 0, 0); padding-left:
              3px; padding-right: 3px;">read(fd, bufr, <span
                class="cpp_literal" style="color: inherit; font-style:
                inherit; font-weight: inherit;">512U</span>)</span><span
              class="Apple-converted-space"> </span>is overwritten with
            value from<span class="Apple-converted-space"> </span><span
              class="code" style="font-family: Consolas, 'Andale Mono
              WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans
              Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans
              Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco,
              'Courier New', Courier, monospace, serif; font-size: 1em;
              white-space: pre-line; word-wrap: break-word; color:
              rgb(0, 0, 0); padding-left: 3px; padding-right: 3px;">read(fd, bufr, <span
                class="cpp_literal" style="color: inherit; font-style:
                inherit; font-weight: inherit;">512U</span>)</span>.</span></div>
      </div>
    </div>
    <br class="Apple-interchange-newline">
    <br>
    <pre class="moz-signature" cols="72">-- 
Joel Sherrill, Ph.D.             Director of Research & Development
<a class="moz-txt-link-abbreviated" href="mailto:joel.sherrill@OARcorp.com">joel.sherrill@OARcorp.com</a>        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985</pre>
  </body>
</html>