Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/openrtb2/video endpoint panics due to uninitialized TCF2Config #3714

Open
scr-oath opened this issue May 31, 2024 · 1 comment
Open

/openrtb2/video endpoint panics due to uninitialized TCF2Config #3714

scr-oath opened this issue May 31, 2024 · 1 comment

Comments

@scr-oath
Copy link

A recent change in #3639 causes the /openrtb2/video endpoint to panic because, seemingly, only auction + amp_auction initialize the field which is used without a nil check:

https://github.com/prebid/prebid-server/pull/3639/files#r1622769615

Any post to the video endpoint causes this nil-pointer panic.

I'm surprised no unit tests tickled this, but it should be pretty easy to make one and see the panic straight away.

@thomasvng
Copy link

working on a fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants