| Summary: | [vm] [patch] integer overflow in vm_pageout.c | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Dmitrij Tejblum <tejblum> | ||||
| Component: | kern | Assignee: | Alan Cox <alc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 7.0-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dmitrij Tejblum
2008-08-01 12:50:02 UTC
alc 2008-09-21 18:01:34 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
SVN rev 183236 on 2008-09-21 18:01:34Z by alc
Prevent an integer overflow in vm_pageout_page_stats() on machines with a
large number of physical pages.
PR: 126158
Submitted by: Dmitry Tejblum
MFC after: 3 days
Revision Changes Path
1.299 +2 -1 src/sys/vm/vm_pageout.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Patch applied to HEAD. alc 2008-09-25 06:11:58 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/vm vm_pageout.c
Log:
SVN rev 183338 on 2008-09-25 06:11:58Z by alc
MFC r183236
Prevent an integer overflow in vm_pageout_page_stats() on machines with a
large number of physical pages.
PR: 126158
Approved by: re (kib)
Revision Changes Path
1.292.2.4 +2 -1 src/sys/vm/vm_pageout.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
alc 2008-09-26 03:06:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/vm vm_pageout.c
Log:
SVN rev 183369 on 2008-09-26 03:06:08Z by alc
MFC r183236
Prevent an integer overflow in vm_pageout_page_stats() on machines with a
large number of physical pages.
PR: 126158
Approved by: re (kib)
Revision Changes Path
1.268.2.6 +2 -1 src/sys/vm/vm_pageout.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed The patch has been applied to RELENG_6 and RELENG_7. Responsible Changed From-To: freebsd-bugs->alc The patch has been applied to RELENG_6 and RELENG_7. |