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

vdso / vvar address overlapping checking in older version of mtcp_restart.c #1009

Open
ylkuo96 opened this issue Jul 22, 2022 · 0 comments
Open

Comments

@ylkuo96
Copy link

ylkuo96 commented Jul 22, 2022

Hi,

I have a question about checking vvar / vdso address is overlapped or not in older version of mtcp_restart.c

From the source code, before mapping vdso back to old vdso location, and mapping vvar back to old vvar location, we check the following four situations:

  1. (new vdso, old vdso)
  2. (new vdso, old vvar)
  3. (new vvar, old vdso)
  4. (new vdso, old vvar)

But actually, the fourth should be (new vvar, old vvar), right ?
Please correct me if I'm wrong.

Thanks !!

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

No branches or pull requests

1 participant