#1593 closed defect (fixed)
Possible wrap around in caching pool capacity value
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | release-1.16 | Backported: | yes |
Description
Reported that there is possibility of caching pool capacity, which is represented with unsigned value, getting 'below zero'/wrapped around on releasing the pools after memory allocations exceeds the current configured cache limit via multiple pools.
Thanks Joshua Colp for the report and the patch.
Change History (3)
comment:1 Changed 12 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 years ago by ming
In 4395:
comment:3 Changed 12 years ago by ming
- Backported set
Note: See
TracTickets for help on using
tickets.
In 4298: