On Mon, Jan 8, 2018 at 4:56 PM,  <steffe...@apache.org> wrote:
> Author: steffenal
> Date: Mon Jan  8 15:56:30 2018
> New Revision: 1820578
>
> URL: http://svn.apache.org/viewvc?rev=1820578&view=rev
> Log:
> mod_md  maxsize was less than the resulting image size
>
> Modified:
>     httpd/httpd/branches/2.4.x-mod_md/os/win32/BaseAddr.ref
>
> Modified: httpd/httpd/branches/2.4.x-mod_md/os/win32/BaseAddr.ref
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x-mod_md/os/win32/BaseAddr.ref?rev=1820578&r1=1820577&r2=1820578&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x-mod_md/os/win32/BaseAddr.ref (original)
> +++ httpd/httpd/branches/2.4.x-mod_md/os/win32/BaseAddr.ref Mon Jan  8 
> 15:56:30 2018
> @@ -130,4 +130,4 @@ mod_proxy_hcheck.so         0x70C10000
>  mod_proxy_http2.so          0x70C30000    0x00020000
>  mod_http2.so                0x70C50000    0x00040000
>  mod_brotli.so               0x70C90000    0x000C0000
> -mod_md.so                   0x70D50000    0x00020000
> +mod_md.so                   0x70D50000    0x00030000

It seems that the same change is required in trunk.
Ideally it should have been changed in trunk first and then backported
to 2.4.x-mod_md, but now it probably is simpler to change trunk
accordingly (done in r1820583).
Thanks for the catch anyway!

Reply via email to