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

Collapse All | Expand All

(-)src/mod_fastcgi.c (-1 lines)
Lines 2440-2446 Link Here
2440
		b->used = r + 1; /* one extra for the fake \0 */
2440
		b->used = r + 1; /* one extra for the fake \0 */
2441
		b->ptr[b->used - 1] = '\0';
2441
		b->ptr[b->used - 1] = '\0';
2442
	} else {
2442
	} else {
2443
		if (errno == EAGAIN) return 0;
2444
		log_error_write(srv, __FILE__, __LINE__, "ssdsb",
2443
		log_error_write(srv, __FILE__, __LINE__, "ssdsb",
2445
				"unexpected end-of-file (perhaps the fastcgi process died):",
2444
				"unexpected end-of-file (perhaps the fastcgi process died):",
2446
				"pid:", proc->pid,
2445
				"pid:", proc->pid,
(-)NEWS (+2 lines)
Lines 19-24 Link Here
19
    (reported by Stefan Esser)
19
    (reported by Stefan Esser)
20
  * fixed possible crash in Auth-Digest header parser on trailing WS in 
20
  * fixed possible crash in Auth-Digest header parser on trailing WS in 
21
    mod_auth (reported by Stefan Esser) 
21
    mod_auth (reported by Stefan Esser) 
22
  * fixed check on stale errno values, which broke handling of broken fastcgi
23
    applications. (#1245)
22
24
23
- 1.4.15 - 2007-04-13
25
- 1.4.15 - 2007-04-13
24
26

Return to bug 185442