Skip to content

ssh: fix handle id generation #10003

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

Open
wants to merge 1 commit into
base: maint
Choose a base branch
from

Conversation

u3s
Copy link
Contributor

@u3s u3s commented Jun 30, 2025

  • generate unique file handles

- generate unique file handles
@u3s u3s self-assigned this Jun 30, 2025
@u3s u3s added the team:PS Assigned to OTP team PS label Jun 30, 2025
Copy link
Contributor

github-actions bot commented Jun 30, 2025

CT Test Results

    2 files     29 suites   19m 3s ⏱️
  481 tests   475 ✅  6 💤 0 ❌
1 686 runs  1 660 ✅ 26 💤 0 ❌

Results for commit 34b4aac.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@u3s u3s changed the base branch from master to maint June 30, 2025 15:40
@u3s u3s added the testing currently being tested, tag is used by OTP internal CI label Jun 30, 2025
@u3s u3s requested a review from IngelaAndin July 1, 2025 08:12
[] ->
Init;
_ ->
lists:max(Ids) + 1
Copy link
Contributor Author

@u3s u3s Jul 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pick always 1st element from the list?
store max value in state?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants