NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/60349: experimental wg(4) leaks memory on ioctl



>Number:         60349
>Category:       kern
>Synopsis:       experimental wg(4) leaks memory on ioctl
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 22 21:30:01 +0000 2026
>Originator:     Taylor R Campbell
>Release:        current, 11, 10
>Organization:
The NetWG Foundaleak, Inc.
>Environment:
>Description:

	The wg(4) ioctl functions leak the internalized
	prop_dictionary_t used to pass arguments.

>How-To-Repeat:

	code inspection

>Fix:

	In the exit paths of each function:

	if (prop_dict)
		prop_object_release(prop_dict);




Home | Main Index | Thread Index | Old Index