Opened 5 years ago
#13278 new Patches
interprocess_sharable_mutex::unlock_sharable() bug when counter is already equal to 0
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.66.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The patch provided fixes a bug on interprocess sharable mutex. The sharable counter is wrap around when unlock_sharable function is called and counter is already equal to 0.
Attachments (1)
Note:
See TracTickets
for help on using tickets.