efl/src/lib
Srivardhan Hebbar b1f74c615a ecore_con: fix ECORE_CON_LOCAL_SYSTEM use with negative port number.
Summary:
The socket can be created even with negative port number, but in that case the port
is ignored so that you can connect to non Ecore_Con based IPC. This patch remove
that test to make the client and server match.

@fix

Bug: While creating ECORE_CON_LOCAL_SYSTEM server and client pair, when the socket
name was "test_socket" and port number "-8" (Any negative number). Then while creating
listening socket, the code would go to line no 291 and socket is created in tmp by
".ecore_servicetest_socket|-8". When the same is passed to bind then the code would
go to line 118 and the socket it would try to bind would be ".ecore_servicetest_socket" !!
So the bind would fail.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2186

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-03-18 15:37:09 +01:00
..
ecore ecore_win32: fix segfault 2015-03-18 11:05:24 +01:00
ecore_audio ecore/ecore_audio: fix timer control logically wrong. 2015-03-01 17:59:52 +09:00
ecore_avahi docs: Update ecore avahi group name name to match others 2014-09-11 15:39:43 +02:00
ecore_cocoa ecore_cocoa: add missing window state functions 2015-03-17 10:42:51 +01:00
ecore_con ecore_con: fix ECORE_CON_LOCAL_SYSTEM use with negative port number. 2015-03-18 15:37:09 +01:00
ecore_drm ecore-drm: add ecore_drm_devices_get to get the list of drm devices 2015-03-17 09:31:18 -04:00
ecore_evas evas_gl: Add feature to set depth/stencil/msaa bit to window surface. 2015-03-16 14:50:56 +09:00
ecore_fb core_fb: Fix crash on tablet with removable kbd 2014-06-30 19:55:40 -03:00
ecore_file ecore_file : Changed documentation of ecore_file_mksubdirs 2014-11-21 09:17:31 -05:00
ecore_imf ecore_imf: fix doxygen about key and mouse release event 2015-03-13 18:59:38 +09:00
ecore_imf_evas
ecore_input Expose device (e.g. pen) axis information to applications 2014-11-25 12:43:15 +09:00
ecore_input_evas ecore_input_evas: Add since tage for new ecore_event_evas_axis_update() API 2015-01-27 11:48:54 +01:00
ecore_ipc ecore_ipc: coverity issue - you cannot return without free 2014-12-12 04:05:40 +01:00
ecore_psl1ght
ecore_sdl evas: move to SDL2 and use GL_Generic infrastructure. 2014-07-25 20:24:29 +02:00
ecore_wayland ecore-wayland: Use calloc rather than malloc+memset 2015-03-17 20:30:32 -04:00
ecore_win32 ecore_win32: don't allocate Ecore_Event_Key events with NULL keys 2015-01-30 10:49:56 +01:00
ecore_x ecore-xcb: Fix 'variable set but not used' message 2015-02-27 09:44:16 -05:00
edje edje: remove deprecated use of Eina_Binbuf functions. 2015-03-17 09:58:21 +01:00
eet eet: remove use of deprecated Eina_Binbuf functions. 2015-03-17 09:58:21 +01:00
eeze edje, eeze: compiler portability (use full ternary operator) 2015-02-13 14:20:32 +00:00
efl efl: interface are still clearly in beta. 2015-02-07 14:00:28 +01:00
efreet Efreet: do not get confused by path ending with / in XDG_* vars 2015-01-25 12:44:09 +01:00
eina eina: provide a generic eina_binbuf_manage_new. 2015-03-17 09:58:20 +01:00
eio eio: don't restart a monitor on MacOSX when every paths have been removed. 2015-03-17 10:42:51 +01:00
eldbus eldbus: Fix formatting 2015-02-11 15:29:29 -05:00
elocation elocation: Hide also generated headers behind the BETA API define 2015-01-27 16:05:41 +01:00
elua elua: error reporting in the library 2014-12-17 14:44:12 +00:00
embryo embryo: add documentation for Embryo_Version structure. 2014-10-20 18:02:14 +02:00
emile emile: fix coding style with ecrustify. 2015-03-17 09:58:21 +01:00
emotion Fix code to conform to recent Eo changes. 2015-02-23 17:16:02 +00:00
eo eo: updated documentation of eo_add and eo_ref_add. 2015-03-06 20:19:21 +01:00
eolian Eolian: add filename to error message 2015-03-17 09:32:54 +02:00
eolian_cxx eolian_cxx: Fix wrapper constructors by updating to the new eo_add_ref interface 2015-02-23 17:04:53 -03:00
ephysics ephysics - Dereference after null check - fix 2014-09-01 19:40:47 +09:00
escape
ethumb ethumb: update API documentation. 2014-10-20 18:30:51 +02:00
ethumb_client efl - ethumb-client - fix docs for ethumb_client_thumb_exists() 2014-11-03 11:55:30 +09:00
evas evas: Evas_3D - add alpha testing. 2015-03-18 15:22:20 +01:00
evil evil: add strndup(). 2015-03-12 07:43:58 +01:00
.gitignore gitignore: ignore some more generated files. 2014-08-21 17:08:36 +02:00