Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79183
Collapse All | Expand All

(-)evolution-1.0.5.orig/camel/camel-lock-helper.c (+2 lines)
Lines 360-365 int main(int argc, char **argv) Link Here
360
			switch(msg.id) {
360
			switch(msg.id) {
361
			case CAMEL_LOCK_HELPER_LOCK:
361
			case CAMEL_LOCK_HELPER_LOCK:
362
				res = CAMEL_LOCK_HELPER_STATUS_NOMEM;
362
				res = CAMEL_LOCK_HELPER_STATUS_NOMEM;
363
				if (msg.data+1 < msg.data)
364
					break;
363
				path = malloc(msg.data+1);
365
				path = malloc(msg.data+1);
364
				if (path != NULL) {
366
				if (path != NULL) {
365
					res = CAMEL_LOCK_HELPER_STATUS_PROTOCOL;
367
					res = CAMEL_LOCK_HELPER_STATUS_PROTOCOL;

Return to bug 79183