Re: Question on calling TSMimeHdrFieldFind() from the Lua plugin.

2019-11-22 Thread SUSAN HINRICHS
Sorry for the delay. We should probably set up an issue to coordinate the issue here. A couple weeks back, I was seeing a few use-after free crash in an ASAN build that claim a HttpHdr is being used from a Lua call and that HttpHdr had been freed from another thread. Around the same time we got

Re: Question on calling TSMimeHdrFieldFind() from the Lua plugin.

2019-11-20 Thread SUSAN HINRICHS
Yes, we have seen something similar to this in the last week or so. By the time we deployed a build that fetches the hdrp on each call and asserts if the differ, the crashes we had been seeing cleared up. I will review my notes on this when I get back to the office tomorrow. Susan On Wed, Nov 2

Question on calling TSMimeHdrFieldFind() from the Lua plugin.

2019-11-20 Thread Chou, Peter
Hi All, We experienced some core dumps in ATS 7.1.4. My question is whether the pointers returned by TSHttpTxnServerReqGet() might ever become invalid over the life of the transaction? The core dump occurred from the Lua plugin in the ts_lua_server_request_header_set() function -- if (!http_c