-
Notifications
You must be signed in to change notification settings - Fork 1.8k
C++: Only consider the maximum buffer size for badly bounded write #13929
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
Conversation
Does this need a change note? |
Yes, I think so. |
Change note added. |
Are there any good projects for testing this on? (I tried MRVA top 100 but didn't find much) |
Let me run some MRVA top 1000. |
I'm already on it (with a variant of the query that should reveal differences)... |
I ran this variant, intended to spot cases where we would have a result with either version of the query and examine potentially multiple buffer sizes:
I ran this on the MRVA top 1000. It hasn't finished every single project yet, but I think it's about time I commented.
No results with multiple candidate results (i.e. multiple calculated buffer sizes), which is disappointing, but also reassuring. The change in this PR is likely to fix the intended case but won't affect most other results. 👍 |
This rolls back the query change, ensuring that there is no need for a change note.
No description provided.