php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78665 Multicasting may leak memory
Submitted: 2019-10-12 12:37 UTC Modified: 2019-10-12 12:37 UTC
From: cmb@php.net Assigned: cmb (profile)
Status: Closed Package: Sockets related
PHP Version: 7.2.23 OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cmb@php.net
New email:
PHP Version: OS:

 

 [2019-10-12 12:37 UTC] cmb@php.net
Description:
------------
The `addr_table` allocated in `php_if_index_to_addr4()` and
`php_add4_to_if_index()` is never freed on Windows, which can be
seen when running mcast_ipv4_send.phpt and socket_getopt.phpt with
a leak checker.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-12 12:37 UTC] cmb@php.net
-Assigned To: +Assigned To: cmb
 [2019-10-12 12:47 UTC] cmb@php.net
Automatic comment on behalf of cmbecker69@gmx.de
Revision: http://git.php.net/?p=php-src.git;a=commit;h=900bdcbd0311b13eef5a1b9951ef0e7374fce6f7
Log: Fix #78665: Multicasting may leak memory
 [2019-10-12 12:47 UTC] cmb@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Mar 31 07:01:29 2025 UTC