ObjFW  Hex Artifact Content

Artifact 60caadeb5de31d6b25880791350627058b25b359d391e1f7917dbd6c80102eda:

Manifest of check-in [60caadeb5d] - Make +[OFSecureData isSecure] per instance

The reason for this change is that whether non-swappable memory can be
allocated or not is something that changes over time, so calling
+[isSecure] always had a potential for a race. The only reliable way is
to allocate the memory and then report whether it's swappable or not.

It's also called -[isSwappable] now to be more precise. by js on 2019-12-15 14:42:19.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.