Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/sockets: remove never reached case null src_addr case
The only path leading to this function ensures that the src address has been properly received. Coverity complains about dereferencing a NULL since a check exists to see if it is NULL Signed-off-by: Alexia Ingerson <[email protected]>
- Loading branch information