From 3217c033a511bb8db1948620b3a1bade32b73b59 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Sun, 8 Nov 2015 15:15:46 +0100 Subject: [PATCH] Insert bug number. --- sapi/apache2handler/sapi_apache2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index 8861d97c3ee..d25fe3f265f 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -115,7 +115,7 @@ php_apache_sapi_header_content_length(const char *val) if (sizeof(apr_off_t) >= 8) { /* We're going to assume that long long is always 64 bits. If it's * smaller, we're not doing any worse than we would have before bug - * #XXXXX was fixed anyway, since we'll just truncate to 32 bits. */ + * #70879 was fixed anyway, since we'll just truncate to 32 bits. */ return (apr_off_t) strtoll(val, (char **) NULL, 10); }