[Bugs] [Bug 1248450] rpc: check for unprivileged port should start at 1024 and not beyond 1024
bugzilla at redhat.com
bugzilla at redhat.com
Fri Aug 14 04:05:44 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1248450
--- Comment #2 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/11804 committed in release-3.7 by Raghavendra
G (rgowdapp at redhat.com)
------
commit 0ab5623774151ba98e3ac65918e365d441713b04
Author: Milind Changire <mchangir at redhat.com>
Date: Wed Jul 29 14:57:44 2015 +0530
rpc: check for unprivileged port should start at 1024
The current check for unprivileged port starts beyond 1024
i.e. port > 1024
The actual check should start at 1024
i.e. port >= 1024
Change-Id: I78aff3025891e3e78ca6a9a670c89571752157df
BUG: 1248450
Reviewed-on: http://review.gluster.org/#/c/11788/
Signed-off-by: Milind Changire <mchangir at redhat.com>
Reviewed-on: http://review.gluster.org/11804
Reviewed-by: Raghavendra Talur <rtalur at redhat.com>
Tested-by: Gluster Build System <jenkins at build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp at redhat.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1qABWt5KMR&a=cc_unsubscribe
More information about the Bugs
mailing list