Closed
Bug 47408
Opened 25 years ago
Closed 25 years ago
Add versioning mechanism to cache.
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: gagan, Assigned: ruslan)
References
Details
(Whiteboard: [nsbeta3+])
Attachments
(1 file)
2.66 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
We need to add a version file to verify correct versioning.
The cache data itself has no versioning mechanism, this means that each time
when we build/upgrade the data structure for cache entries, if someone has older
cache sitting around we have a guaranteed crash or a hang.
Nominating for nsbeta3
Keywords: nsbeta3
reassigning to myself since I've the fix working.
Assignee: neeti → ruslan
Neeti - could you please review the fix?
Status: NEW → ASSIGNED
Looks good. Do we need to check the return value from fixCacheVersion (...)
Neeti
The fix is in
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•