You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the following is missing a comma to be correctly understood in Memory management section:
In particular, using forget may result in not releasing critical resources leading to deadlocks or not erasing sensitive data from the memory. That is why, forget is unsecure.
As far as I understand, "leading to deadlocks refers to "not releasing critical resources", right?
I think, in order to make it clearer, it should be (notice two additional commas):
In particular, using forget may result in not releasing critical resources, leading to deadlocks, or not erasing sensitive data from the memory. That is why, forget is unsecure.
The text was updated successfully, but these errors were encountered:
I think that the following is missing a comma to be correctly understood in
Memory management
section:As far as I understand, "leading to deadlocks refers to "not releasing critical resources", right?
I think, in order to make it clearer, it should be (notice two additional commas):
The text was updated successfully, but these errors were encountered: