Opened 15 years ago
Closed 13 years ago
#75 closed defect (fixed)
code is racy: must add locking around critical sections
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | Client | Keywords: | |
Cc: |
Description
In most cases the racy code is harmless, but in some cases (preload sessions) a user could end up having access to someone else's session!
Must add the equivalent of Java's synchronized
keyword to quite a few places...
Change History (6)
comment:1 Changed 15 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → accepted |
comment:2 Changed 15 years ago by
Milestone: | 1.0 → 0.9.3 |
---|
comment:3 Changed 15 years ago by
Milestone: | 0.9.3 → 0.9.4 |
---|
comment:4 Changed 15 years ago by
Milestone: | 0.9.4 → 1.0 |
---|
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
done some: r1950