https://bugs.exim.org/show_bug.cgi?id=1921
Bug ID: 1921
Summary: Remove unnecessary null pointer checks
Product: Exim
Version: 4.87
Hardware: All
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: General execution
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
An extra null pointer check is not needed in functions like the following.
* auth_gsasl_server
http://git.exim.org/exim.git/blob/e1d15f5e3b03bccb229281e762f9d47cf0933542:/src/src/auths/gsasl_exim.c#l360
* check_helo
http://git.exim.org/exim.git/blob/a23ff3b4ab81658d0c8107ab01a518e6ca06bd6e:/src/src/smtp_in.c#l1518
* Destroy
http://git.exim.org/exim.git/blob/3634fc257bd0667daef14d72005cd87c735bbb24:/src/exim_monitor/em_StripChart.c#l200
* tls_import_cert
http://git.exim.org/exim.git/blob/80fea873648ca2ab2e592999a336c59cf054ab55:/src/src/tlscert-openssl.c#l56
--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim
details at http://www.exim.org/ ##
