[Dovecot] another sizeof tweak

Mike Abbott michael.abbott at apple.com
Tue Nov 8 18:43:17 EET 2011


Line 776 of dovecot-2.0.15/src/lib-storage/index/maildir/maildir-sync-index.c reads:
	    memcmp(old_rec, &new_rec, sizeof(old_rec)) != 0) {
Should that be sizeof(*old_rec)?



More information about the dovecot mailing list