currenjin commented on issue #13055:
URL: https://github.com/apache/apisix/issues/13055#issuecomment-4175614613

   I've submitted a PR that addresses this: #13147
   
   #11545 fixed the `exported_vars` case, but `os.getenv` in `init_by_lua` 
still had the prefix collision bug for any env vars defined as `env 
NAME=VALUE;`. The fix overrides `os.getenv` with an exact lookup backed by 
`ffi.C.environ`.


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to