ywkaras opened a new issue #7475:
URL: https://github.com/apache/trafficserver/issues/7475


   ```
   wkaras ~/REPOS/TS
   M$ grep 'pcre_malloc *=' $(findsrc)
   ./plugins/regex_revalidate/regex_revalidate.c:  pcre_malloc = &ts_malloc;
   ./plugins/experimental/cookie_remap/cookie_remap.cc:  pcre_malloc = 
&ink_malloc;
   ./plugins/regex_remap/regex_remap.cc:  pcre_malloc = &ts_malloc;
   ./src/traffic_server/traffic_server.cc:  pcre_malloc = ats_malloc;
   wkaras ~/REPOS/TS
   M$ grep 'pcre_free *=' $(findsrc)
   ./plugins/regex_revalidate/regex_revalidate.c:  pcre_free   = &ts_free;
   ./plugins/experimental/cookie_remap/cookie_remap.cc:  pcre_free   = 
&ink_free;
   ./plugins/regex_remap/regex_remap.cc:  pcre_free   = &ts_free;
   ./src/traffic_server/traffic_server.cc:  pcre_free   = ats_free;
   wkaras ~/REPOS/TS
   M$
   ```
   This is probably just a cosmetic problem.  But, generally, plugins should 
not assume they are exclusively using global variables they don't define.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to