Slight nuisance when testing and the socket for the ICMP packets could not be opened.

--- ./VirtualBox-5.2.8/src/VBox/Devices/Network/lwip-new/src/core/ipv4/icmp.c 2018-02-27 03:02:06.000000000 +1100 +++ .././VirtualBox-5.2.8/src/VBox/Devices/Network/lwip-new/src/core/ipv4/icmp.c 2018-03-14 18:36:10.737675842 +1100
@@ -327,6 +327,8 @@

     if (ping_proxy_accept_callback != NULL) {
       (*ping_proxy_accept_callback)(ping_proxy_accept_arg, p);
+    } else {
+       pbuf_free(p);
     }
     break;

_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to