FreeBSD Bugzilla – Attachment 13689 Details for
Bug 25932
possible memory leak in /sys/kern/kern_proc.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 534 bytes, created by
davidx
on 2001-03-20 00:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
davidx
Created:
2001-03-20 00:40:01 UTC
Size:
534 bytes
patch
obsolete
>--- kern_proc.c.orig Tue Mar 20 08:22:37 2001 >+++ kern_proc.c Tue Mar 20 08:22:57 2001 >@@ -157,10 +157,10 @@ > */ > KASSERT(p->p_pid == pgid, > ("enterpgrp: new pgrp and pid != pgid")); >- MALLOC(pgrp, struct pgrp *, sizeof(struct pgrp), M_PGRP, >- M_WAITOK); > if ((np = pfind(savepid)) == NULL || np != p) > return (ESRCH); >+ MALLOC(pgrp, struct pgrp *, sizeof(struct pgrp), M_PGRP, >+ M_WAITOK); > if (mksess) { > register struct session *sess;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25932
: 13689