Walt Karas
Walt Karas
That is, errors for allocations that are still referenced, but not deallocated, when TS exists. Includes a registry for items to be destroyed/deleted in static destruction, in the ASAN build...
This was originally fixed in ATS 9.2.x with PR #8365 but #8365 was big and not backported to 9.1.x as it was a late PR and zwoop did not want...
Cherry-pick Conflicts: plugins/experimental/ja3_fingerprint/ja3_fingerprint.cc
The lifetime of mutex used for TS continuations is controlled by the number of referring continuations, it must not be destroyed with TSMutextDestroy(). Also has some very minor cleanup of...
This seems to have eliminated some ERROR diags we were seeing in Yahoo Prod when doing config reloads. The SSLSecret public functions no longer return pointers into the unorded_map of...
In this call: https://github.com/apache/trafficserver/blob/3a4c3dbbe340fc5e1c88c5375e5ed826ed9a797c/iocore/eventsystem/P_UnixEventProcessor.h#L123 the ethread field of the event structure is sometimes null (which causes a crash). Here is an example stack dump: ``` [ 00 ] libtscore.so.9.1.10 ink_atomiclist_push...
Specifically these: acme healthchecks ts_lua_http_intercept stats_over_http They seem to only do cleanup of allocated resources when they get the TS_EVENT_VCONN_WRITE_COMPLETE event. Does this event occur, even if the session drops...