angler-fishThe Vulnerability History Project

tree-wide: clean up log_syntax() usage

      - Rely everywhere that we use abs() on the error code passed in anyway,
  thus don't need to explicitly negate what we pass in

- Never attach synthetic error number information to log messages. Only
  log about errors we *receive* with the error number we got there,
  don't log any synthetic error, that don#t even propagate, but just eat
  up.

- Be more careful with attaching exactly the error we get, instead of
  errno or unrelated errors randomly.

- Fix one occasion where the error number and line number got swapped.

- Make sure we never tape over OOM issues, or inability to resolve
  specifiers
    
commit 12ca818ffddb77eb6a0fabe369a5bcbf6994ff8b
+16 -15
+243 -156
+4 -2
+8 -4
+3 -3
+15 -8
+1 -1
+3 -3
+12 -12
+5 -3
+20 -15
+10 -5
+2 -2
+1 -1
+2 -2
+26 -21
+2 -1
+1 -1
expand_less