<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - make it possible to extract digital signature data (also in pdfsig)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99271#c30">Comment # 30</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - make it possible to extract digital signature data (also in pdfsig)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99271">bug 99271</a>
              from <span class="vcard"><a class="email" href="mailto:huj@froreich-bioscientia.de" title="Hans-Ulrich Jüttner <huj@froreich-bioscientia.de>"> <span class="fn">Hans-Ulrich Jüttner</span></a>
</span></b>
        <pre>(In reply to Albert Astals Cid from <a href="show_bug.cgi?id=99271#c29">comment #29</a>)
<span class="quote">> I realize it should be a vector more than a list, but i'll change it locally
> when commiting, no need to commit, do i understand that the beginning of
> getCheckedSignature can be replaced with 

>   Goffset start = 0;
>   Goffset end = 0;
>   const std::vector<Goffset> ranges = getSignedRangeBounds();
>   if (ranges.size() > 2)
>   {
>     start = ranges[1];
>     end = ranges[2];
>   }
> ?</span >

Yes, a std::vector would be handier for getSignedRangeBounds().
I chose a std::list only because of your suggestion.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>