<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/914c6ff7ddf3d1c20c066a0bcb425687c3ac7c8b">https://github.com/macports/macports-ports/commit/914c6ff7ddf3d1c20c066a0bcb425687c3ac7c8b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 914c6ff7ddf qt5: CVE-2023-33285-qtbase-5.15.diff one more fix
</span>914c6ff7ddf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 914c6ff7ddf3d1c20c066a0bcb425687c3ac7c8b
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed Jun 7 15:56:08 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qt5: CVE-2023-33285-qtbase-5.15.diff one more fix
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/commit/ae2650ecbb249d691d6420055846c7169c928a03
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/19004
</span>---
 aqua/qt5/files/CVE-2023-33285-qtbase-5.15.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/files/CVE-2023-33285-qtbase-5.15.diff b/aqua/qt5/files/CVE-2023-33285-qtbase-5.15.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index f3932857b8d..0e037e937d0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/files/CVE-2023-33285-qtbase-5.15.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/files/CVE-2023-33285-qtbase-5.15.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@
</span> +
 +    if (ntohs(header->qdcount) == 1) {
 +        // Skip the query host, type (2 bytes) and class (2 bytes).
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+        status = dn_expand(response, response + responseLength, p, host, sizeof(host));
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++        status = local_dn_expand(response, response + responseLength, p, host, sizeof(host));
</span> +        if (status < 0) {
 +            reply->error = QDnsLookup::InvalidReplyError;
 +            reply->errorString = tr("Could not expand domain name");
</pre><pre style='margin:0'>

</pre>