Skip to content

Commit

Permalink
Merge branch 'PHP-8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Nov 24, 2024
2 parents b3a6153 + 17c93e6 commit 59ed9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/mysqli/tests/ghsa-h35g-vwh6-m678-auth-message.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mysqli
<?php
require_once 'fake_server.inc';

$port = 50001;
$port = 33305;
$servername = "127.0.0.1";
$username = "root";
$password = "";
Expand Down Expand Up @@ -34,5 +34,5 @@ print "done!";
[*] Sending - Malicious OK Auth Response [Extract heap through buffer over-read]: 0900000200000002000000fcff

Warning: mysqli::__construct(): OK packet message length is past the packet size in %s on line %d
Unknown error while trying to connect via tcp://127.0.0.1:50001
Unknown error while trying to connect via tcp://127.0.0.1:33305
done!

0 comments on commit 59ed9ce

Please sign in to comment.