Attention is currently required from: neels.
Patch set 1:Code-Review +1
1 comment:
Commit Message:
Patch Set #1, Line 7: coverity CID#272974
Would be nice to have a brief problem description in the commit message, at least for reviewers to understand what kind of issue a given patch is fixing without having to open slow-as-hell Coverity web UI and look-up themselves.
Can be copy-pasted from Coverity, e.g.
```
>>> CID 273001: Insecure data handling (TAINTED_SCALAR)
>>> Passing tainted expression "needed" to "recv", which uses it as an offset.
1444 rc = recv(fd, msg->tail, needed, 0);
```
To view, visit change 37981. To unsubscribe, or for help writing mail filters, visit settings.