<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: big document with password can't be open afterwards"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134796">bug 134796</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>dennisfrancis.in@gmail.com, l.lunak@collabora.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>bibisected, regression
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=125662
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>7.1.0.0.alpha0+ Master
           </td>
           <td>7.0.0.0.alpha0+
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: big document with password can't be open afterwards"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134796#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: big document with password can't be open afterwards"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134796">bug 134796</a>
              from <span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span></b>
        <pre>it works fine before

author  Dennis Francis <<a href="mailto:dennis.francis@collabora.com">dennis.francis@collabora.com</a>>   2020-01-11 11:51:34
+0530
committer       Dennis Francis <<a href="mailto:dennis.francis@collabora.com">dennis.francis@collabora.com</a>>   2020-01-13
12:11:44 +0100
commit  353d4528b8ad8abca9a13f3016632e42bab7afde (patch)
tree    a83950338ad79e77594638d9dd60bd073fdd2115
parent  9dce33e6943dec5ff111802ec3e7c338abf56592 (diff)
<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Bad allocation crash while saving Calc with copied columns (x86)"
   href="show_bug.cgi?id=125662">tdf#125662</a>: do parallel-zip in batches
In this approach the input stream is read one batch (of constant size)
at a time and each batch is compressed by ThreadedDeflater. After
we are done with a batch, the deflated buffer is processed straightaway
(directed to file backed storage).

<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=353d4528b8ad8abca9a13f3016632e42bab7afde">https://cgit.freedesktop.org/libreoffice/core/commit/?id=353d4528b8ad8abca9a13f3016632e42bab7afde</a>

so I believe this issue was introduced by this commit

Adding Cc: to Dennis Francis</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>