79689068

Date: 2025-07-03 15:09:03
Score: 0.5
Natty:
Report link

there should be no difference between &(sa.sin_addr) and &sa.sin_addr because of the precedence of the member access operator (.) over the & operator.

Sometime parenthesis are added in complex expressions, even when unnecessary, for legibility. Wether they are justified here or not is a matter of taste.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NRagot