]> granicus.if.org Git - php/commit
Replace strncat in filter implementation
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 23 Aug 2019 13:51:57 +0000 (15:51 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 23 Aug 2019 14:18:50 +0000 (16:18 +0200)
commit724a4662b8c8b9a9167e7bf2de5dabbd6533056d
tree9b8492483097e542e8ea8814f75f1f57016acae2
parent9173c21a35e42cbe98fac1e28bde300d1e27af61
Replace strncat in filter implementation

In this case we already know exactly where we need to write, no
need to use strncat at all.
ext/standard/user_filters.c
main/streams/filter.c