- 
                Notifications
    You must be signed in to change notification settings 
- Fork 929
v4.0.x: regx/base: fix an integer overflow #6739
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
| @perrynzhou For future submissions, note that you can just update / change an existing PR without creating a new one (e.g., you can squash / edit commits on a single PR without closing an existing one and then opening a new one). It was a bit confusing that there were multiple PRs for this issue. The UH CI appears to be offline. Let's see if a new round of CI will fix the issue... bot:retest | 
| 
 @jsquyres thanks for your suggest. | 
use strtol() instead of atoi() in order to handle hostnames containing a large number. This is a one-off commit for the release branches since the regx framework has already been removed from master. Refs. open-mpi#6729 Signed-off-by: perrynzhou <[email protected]>
a7c82ed    to
    5acaf00      
    Compare
  
    | @jsquyres I just fixed the metadata of the commit | 
| bot:ompi:retest | 
| @ggouaillardet Many thanks. | 
Backport of open-mpi/ompi#6739 Signed-off-by: Ralph Castain <[email protected]>
Backport of open-mpi/ompi#6739 Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit fc4875c)
Backport of open-mpi/ompi#6739 Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit fc4875c)
Backport of open-mpi/ompi#6739 Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit fc4875c)
use strtol() instead of atoi() in order to handle hostnames
containing a large number.
Thanks perrynzhou for the report and fix.
This is a one-off commit for the release branches since
the regx framework has already been removed from master.
Refs. #6729
Signed-off-by: Gilles Gouaillardet [email protected]