angler-fishThe Vulnerability History Project

tree-wide: when %m is used in log_*, always specify errno explicitly

      All those uses were correct, but I think it's better to be explicit.
Using implicit errno is too error prone, and with this change we can require
(in the sense of a style guideline) that the code is always specified.

Helpful query: git grep -n -P 'log_[^s][a-z]+\(.*%m'
    
commit 25f027c5efb2a26b2c7cb9a9608eb2bd49cc5ffc
+1 -1
+2 -1
+1 -1
+4 -4
+8 -4
+2 -1
+1 -1
+1 -1
+1 -1
+1 -1
+4 -3
+9 -9
expand_less