diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-23 08:29:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-23 08:29:01 +0200 |
commit | 732417045101cb2248891981105c3749d01dba5a (patch) | |
tree | d89d105ab19b5c2a6185c772bb47f0caaa4ed8de /bug77380.patch | |
parent | d86fc6e7b23f6fe389b22746f775b93d5d80d0ca (diff) |
Diffstat (limited to 'bug77380.patch')
-rw-r--r-- | bug77380.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug77380.patch b/bug77380.patch index d3db7db..28c80bd 100644 --- a/bug77380.patch +++ b/bug77380.patch @@ -18,7 +18,7 @@ diff --git a/ext/xmlrpc/libxmlrpc/base64.c b/ext/xmlrpc/libxmlrpc/base64.c index 5ebdf31f7ade..a4fa19327b76 100644 --- a/ext/xmlrpc/libxmlrpc/base64.c +++ b/ext/xmlrpc/libxmlrpc/base64.c -@@ -169,7 +169,7 @@ void base64_decode_xmlrpc(struct buffer_st *bfr, const char *source, int length) +@@ -165,7 +165,7 @@ void base64_decode_xmlrpc(struct buffer_st *bfr, const char *source, int length) return; } |