Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 11 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 4298:

Fix #1593: avoid wrap around in caching pool capacity value.

comment:2 Changed 11 years ago by ming

In 4395:

Re #1593: Backported to 1.x

comment:3 Changed 11 years ago by ming

  • Backported set
Note: See TracTickets for help on using tickets.