Skip to content
Commit f45b6772 authored by Alexander Larsson's avatar Alexander Larsson
Browse files

Don't store write() return val in unsigned variable

The conversion to unsigned means we failed to recognize errors,
since if (ret < 0) was never hit. This is the suspected cause
for data loss in bug 598561.
parent ba80e5e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment