Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275451 | Differences between
and this patch

Collapse All | Expand All

(-)./lib/device/scsi.c.org (-1 / +3 lines)
Lines 110-116 Link Here
110
		}
110
		}
111
111
112
		ret = ret &&
112
		ret = ret &&
113
		     (di->serial = dbg_strdup((char *) &response[p->start + 1]));
113
		     (di->serial = dbg_strdup(remove_white_space
114
                                        (lc, (char *)&response[p->start + 1],
115
                                         MAX_RESPONSE_LEN)));
114
	}
116
	}
115
117
116
	dbg_free(response);
118
	dbg_free(response);
(-)./lib/metadata/metadata.c.org (-1 / +1 lines)
Lines 839-845 Link Here
839
		 */
839
		 */
840
		if (T_GROUP(rs)) {
840
		if (T_GROUP(rs)) {
841
			_discover_partitions(lc, &rs->sets);
841
			_discover_partitions(lc, &rs->sets);
842
			return;
842
			continue;
843
		}
843
		}
844
844
845
		/*
845
		/*

Return to bug 275451