<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body><span class="vcard"><a href="page.cgi?id=describeuser.html&login=mclasen%40redhat.com" title="Matthias Clasen <mclasen@redhat.com>"> <span class="fn">Matthias Clasen</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Long window titles crash clients"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=767241">bug 767241</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;">Attachment #329364 status</td>
           <td>none
           </td>
           <td>accepted-commit_now
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Long window titles crash clients"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=767241#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wayland: Long window titles crash clients"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=767241">bug 767241</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=mclasen%40redhat.com" title="Matthias Clasen <mclasen@redhat.com>"> <span class="fn">Matthias Clasen</span></a>
</span></b>
        <pre>Review of <span class=""><a href="attachment.cgi?id=329364&action=diff" name="attach_329364" title="wayland: Make sure window titles fit into a wl_buffer">attachment 329364</a> <a href="attachment.cgi?id=329364&action=edit" title="wayland: Make sure window titles fit into a wl_buffer">[details]</a></span> <a href='review?bug=767241&attachment=329364'>[review]</a>:

::: gdk/wayland/gdkwindow-wayland.c
@@ +55,3 @@
    GDK_WINDOW_TYPE (window) != GDK_WINDOW_OFFSCREEN)

+#define MAX_WL_BUFFER_SIZE (4083) /* 4096 minus header, string argument length
and NUL byte */

A little odd to exclude the NUL byte in this count, since it is an integral
part of the payload. But, ok</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>