• Show log

    Commit

  • Hash : 1a2d8bd3
    Author : Carlos Martín Nieto
    Date : 2016-03-23T16:51:52

    array: fix search for empty arrays When the array is empty `cmp` never gets set by the comparison function. Initialize it so we return ENOTFOUND in those cases.