Tag

  • Show log

    Commit

  • Hash : adfece0d
    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.