Summary: | Memory leak in ofwbus | ||
---|---|---|---|
Product: | Base System | Reporter: | Jaroslaw Pelczar <jarek> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | christos, markj |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Jaroslaw Pelczar
2023-02-12 07:47:39 UTC
Opened a PR: https://reviews.freebsd.org/D38903 A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=38594ff9c0c9568b5082ba3273103904a6afd38e commit 38594ff9c0c9568b5082ba3273103904a6afd38e Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2023-04-10 15:31:46 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-04-10 16:14:12 +0000 ofw: fix memory leak in ofwbus_attach() PR: 269509 Reported by: Jaroslaw Pelczar <jarek@jpelczar.com> Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38903 sys/dev/ofw/ofwbus.c | 1 + 1 file changed, 1 insertion(+) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=da048bd318b3d144de0d4ad9596963d978a75e0f commit da048bd318b3d144de0d4ad9596963d978a75e0f Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2023-04-10 15:31:46 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-04-17 13:34:02 +0000 ofw: fix memory leak in ofwbus_attach() PR: 269509 Reported by: Jaroslaw Pelczar <jarek@jpelczar.com> Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38903 (cherry picked from commit 38594ff9c0c9568b5082ba3273103904a6afd38e) sys/dev/ofw/ofwbus.c | 1 + 1 file changed, 1 insertion(+) Thank you for the report. |