After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609489 - [patch] dont bind to public interfaces whilst running tests
[patch] dont bind to public interfaces whilst running tests
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-02-10 03:03 UTC by Saleem Abdulrasool
Modified: 2010-03-13 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-dont-bind-to-public-interfaces-for-tests.patch (2.66 KB, patch)
2010-02-10 03:03 UTC, Saleem Abdulrasool
none Details | Review

Description Saleem Abdulrasool 2010-02-10 03:03:41 UTC
Created attachment 153381 [details] [review]
0001-dont-bind-to-public-interfaces-for-tests.patch

Currently, the soup tests bind to the ANY interface, which means that the test servers can bind to a public interface.  The attached patch forces the tests to bind to the localhost (127.0.0.1) interface.
Comment 1 Dan Winship 2010-03-13 17:41:14 UTC
i tweaked your patch a little bit and committed it. thanks