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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC