Skip to content

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Dec 8, 2021

The combo_handler plugin did not register its transaction argument index
in TSRemapInit, which resulted in using an unregistered id. This
generally meant it indexed 0, which could result in it accessing the
wrong plugin's transaction user argument data.

The combo_handler plugin did not register its transaction argument index
in TSRemapInit, which resulted in using an unregistered id. This
generally meant it indexed 0, which could result in it accessing the
wrong plugin's transaction user argument data.
@bneradt bneradt added the Plugins label Dec 8, 2021
@bneradt bneradt added this to the 10.0.0 milestone Dec 8, 2021
@bneradt bneradt requested a review from shukitchan December 8, 2021 17:37
@bneradt bneradt self-assigned this Dec 8, 2021
@bneradt bneradt requested a review from bryancall as a code owner December 8, 2021 17:37
@bneradt bneradt merged commit ed81c93 into apache:master Dec 9, 2021
@bneradt bneradt deleted the fix_combo_handler_remap_arg_usage branch December 9, 2021 17:09
zwoop pushed a commit that referenced this pull request Jan 5, 2022
The combo_handler plugin did not register its transaction argument index
in TSRemapInit, which resulted in using an unregistered id. This
generally meant it indexed 0, which could result in it accessing the
wrong plugin's transaction user argument data.

(cherry picked from commit ed81c93)
zwoop pushed a commit that referenced this pull request Jan 5, 2022
The combo_handler plugin did not register its transaction argument index
in TSRemapInit, which resulted in using an unregistered id. This
generally meant it indexed 0, which could result in it accessing the
wrong plugin's transaction user argument data.

(cherry picked from commit ed81c93)
@zwoop
Copy link
Contributor

zwoop commented Jan 5, 2022

Cherry-picked to v9.1.x branch.
Cherry-picked to v9.2.x

@zwoop zwoop modified the milestones: 10.0.0, 9.1.2 Jan 5, 2022
@zwoop zwoop added the 9.2.0 label Jan 5, 2022
@ezelkow1
Copy link
Member

ezelkow1 commented Feb 7, 2022

If we want this for 8.x can we get a backport?

moonchen pushed a commit to moonchen/trafficserver that referenced this pull request Mar 17, 2022
* asf/9.2.x:
  Updated ChangeLog
  docs: fix fedora install notes and spelling issues (apache#8537)
  Docs: Fix default value of proxy.config.ssl.handshake_timeout_in (apache#8574)
  Partial of revert "Cleanup generated LDFLAGS for jemalloc (apache#8285)" (apache#8533)
  TSUserArg: add value type checking (apache#8550)
  Relax key validation of sni.yaml (apache#8549)
  Clear random header value by AIO read error (apache#8559)
  Fixes macOS arm64 builds (again) (apache#8556)
  Traffic Dump: Use the correct transaction user index (apache#8548)
  combo_handler: Initialize User Arg Index in TSRemapInit (apache#8551)
  backout down parent retry limiting in parent selection and nexthop (apache#8546)
ywkaras pushed a commit to ywkaras/trafficserver that referenced this pull request Jul 7, 2022
…apache#612)

The combo_handler plugin did not register its transaction argument index
in TSRemapInit, which resulted in using an unregistered id. This
generally meant it indexed 0, which could result in it accessing the
wrong plugin's transaction user argument data.
(cherry picked from commit ed81c93)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants