Skip to content
  • Deucе's avatar
    5e47cf87
    Return value of write() is tainted · 5e47cf87
    Deucе authored
    Since Coverity treates the return value of write() as tainted
    (valid for negative values, not so valid for positive ones), do an
    upper bound check on the result as well as lower bound to clear
    the tainted flag.
    5e47cf87
    Return value of write() is tainted
    Deucе authored
    Since Coverity treates the return value of write() as tainted
    (valid for negative values, not so valid for positive ones), do an
    upper bound check on the result as well as lower bound to clear
    the tainted flag.
Loading