#49496 Unsafe use of PR_Atomic
Closed: wontfix by spichugi. Opened by firstyear.

Issue Description

In slapi_counter.c there is an unsafe use of PR_Atomic on 64 bit ints. because PR only supplies 32 bit types, if the value exceeds 32bit int max, this would cause a rollover, not addition to occur.

As a result, we shuold clean these unsafe calls.


389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2555

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

Metadata