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

Fixed clone depot items #460

Merged
merged 3 commits into from
Jul 27, 2022
Merged

Fixed clone depot items #460

merged 3 commits into from
Jul 27, 2022

Conversation

dudantas
Copy link
Contributor

Resolves #449

Fixes "cloning" bug of items through depot

With the wrong size, instead of getting all possible pages, it was stopping at the eighth page, which is the maximum number of items in uint8_t, so when there were more items it allowed to clone in a specific scenario, I will avoid giving examples so that they do not abuse the bug on the server of those who are not using the fix yet

Thanks @CzajaTwitch for reporting bug

Co-authored-by: Lucas Grossi <34237492+lgrossi@users.noreply.github.com>
@sonarcloud
Copy link

sonarcloud bot commented Jul 26, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@dudantas dudantas merged commit 733b813 into main Jul 27, 2022
@dudantas dudantas deleted the fix-clone-depot-items branch July 27, 2022 23:16
luan pushed a commit that referenced this pull request Jul 11, 2023
Resolves #449

With the wrong size, instead of getting all possible pages, it was stopping at the eighth page, which is the maximum number of items in uint8_t, so when there were more items it allowed to clone in a specific scenario, I will avoid giving examples so that they do not abuse the bug on the server of those who are not using the fix yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: PRs Done
Development

Successfully merging this pull request may close these issues.

Duplicate Items Canary TFS 1.3
3 participants