[PATCH] libwbclient clear pointer on bad read

Stefan (metze) Metzmacher metze at samba.org
Sun Jan 18 08:26:41 MST 2015


Am 17.01.2015 um 02:44 schrieb Matthew Newton:
> +	if ((fd_info = winbindd_fd_info()) == NULL) {
> +		return;
> +	}

Can you please change all changes like this into two lines:

fd_info = winbindd_fd_info();
if (fd_info == NULL) {
...

Thanks!
metze

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20150118/c9a774f3/attachment.pgp>


More information about the samba-technical mailing list