ObjFW  Hex Artifact Content

Artifact f1aef89fda50d24435cb9d6fa36bdb1e53c43df0303002225e8e20873ad8c37c:

  • File src/runtime/selector.m — part of check-in [e5b241b72d] at 2012-07-09 21:10:59 on branch trunk — Fix two bugs in sel_registerName.

    The first was that sel_registerName would crash if no selector has ever
    been registered before. This caused a crash on NetBSD in has_load, as
    the first class being loaded there (Protocol) had no selectors and
    has_load uses sel_registerName in order to get the load selector.

    The second one was that the hashtable was read without a lock to see if
    the selector has already been registered before. (user: js, size: 2851) [annotate] [blame] [check-ins using]


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