• Davi Arnaut's avatar
    Bug#44164: TL_WRITE has no description in lock_descriptions[] · 09d4c1da
    Davi Arnaut authored
    The problem was that new lock types were being added without a
    corresponding description. Since the lock types (enum values)
    are used as indices to the description array, the descriptions
    could be shifted depending on the lock type. The solution is to
    ensure that every lock type has a correspondent description.
    09d4c1da
thr_lock.h 5.92 KB