examples/unsorted/ecore
Srivardhan Hebbar c24540a8e4 ecore_con: preventing possible NULL pointer dereference.
Summary:
Checking if client is NULL before freeing is not of much use. If it is NULL, it would have crashed before when it was dereferenced in printf. So checking NULL before dereferencing.
Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-09-23 12:42:22 -07:00
..
Makefile.examples emotion: initial port of emotion to GStreamer 1.0 2013-12-23 10:59:42 +09:00
ecore_animator_example.c examples: Change EINA_TRUE/FALSE to ECORE_CALLBACK_RENEW/CANCEL 2014-09-18 13:30:07 +09:00
ecore_audio_custom.c Eo2: Fix other forgotten ret. 2014-04-11 05:02:54 +03:00
ecore_audio_playback.c Eo base: Remove the free_func parameter from key_data_set. 2015-05-28 17:47:59 +01:00
ecore_audio_to_ogg.c Eo2: Fix other forgotten ret. 2014-04-11 05:02:54 +03:00
ecore_buffer_consumer_example.c ecore_example: Fixing NULL dereference. 2015-09-07 11:13:48 +02:00
ecore_buffer_example.c ecore-buffer: Add ecore_buffer library to EFL. 2015-06-22 10:31:42 -04:00
ecore_buffer_provider_example.c ecore_example: Fixing NULL deference. 2015-09-07 13:30:48 +02:00
ecore_client_bench.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_compose_get_example.c ecore_example: Fixing memory leak. 2015-09-07 11:36:18 +02:00
ecore_con_client_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_con_client_simple_example.c ecore_con: remove code in examples that triggered warnings. 2015-02-03 14:30:27 +01:00
ecore_con_eet_client_example.c examples/ecore_con: Mark some unused parameters as such 2015-07-23 17:18:04 +02:00
ecore_con_eet_descriptor_example.c ecore_con: example program for ecore_con_eet. 2015-04-22 15:10:20 +02:00
ecore_con_eet_descriptor_example.h ecore_con: example program for ecore_con_eet. 2015-04-22 15:10:20 +02:00
ecore_con_eet_server_example.c examples/ecore_con: Mark some unused parameters as such 2015-07-23 17:18:04 +02:00
ecore_con_lookup_example.c examples/ecore_con: Mark some unused parameters as such 2015-07-23 17:18:04 +02:00
ecore_con_server_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_con_server_http_example.c ecore_con: preventing possible NULL pointer dereference. 2015-09-23 12:42:22 -07:00
ecore_con_server_simple_example.c ecore_con: remove code in examples that triggered warnings. 2015-02-03 14:30:27 +01:00
ecore_con_url_cookies_example.c ecore_con: remove code in examples that triggered warnings. 2015-02-03 14:30:27 +01:00
ecore_con_url_download_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_con_url_ftp_example.c ecore_con: add example for ftp upload. 2015-03-25 19:40:41 +01:00
ecore_con_url_headers_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_evas_basics_example.c ecore/example: --warning. 2014-04-29 14:04:10 +09:00
ecore_evas_buffer_example_01.c efl: add and fix some gcc lines and fix some examples. Its not possible to build from outside the directory with eina_prefix, the build still depends on PACKAGE_DATA_DIR 2013-02-08 17:35:17 +00:00
ecore_evas_buffer_example_02.c examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
ecore_evas_callbacks.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_evas_ews_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_evas_extn_plug_example.c [ecore_evas_extn] add function to block mouse event. 2015-05-15 16:46:22 +09:00
ecore_evas_extn_socket_example.c [ecore_evas_extn] add function to block mouse event. 2015-05-15 16:46:22 +09:00
ecore_evas_object_example.c Ecore_Evas: add new API for unset the cursor from Ecore_Evas. 2014-06-10 17:32:11 +09:00
ecore_evas_window_sizes_example.c examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
ecore_event_example_01.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_event_example_02.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_exe_example.c examples: fix various warnings in ecore and eina examples. 2014-01-10 16:37:45 +09:00
ecore_exe_example_child.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_fd_handler_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_fd_handler_gnutls_example.c efl: add and fix some gcc lines and fix some examples. Its not possible to build from outside the directory with eina_prefix, the build still depends on PACKAGE_DATA_DIR 2013-02-08 17:35:17 +00:00
ecore_file_download_example.c example: fix uninitialized variable in ecore. 2014-01-10 16:35:59 +09:00
ecore_getopt_example.c getopt: add positional argument handling. 2013-12-17 21:06:53 -02:00
ecore_idler_example.c examples: fix bad unref's in ecore and evas. 2015-03-06 20:19:22 +01:00
ecore_imf_example.c ecore_imf_example: remove unnecessary code to set client window 2015-08-20 16:11:24 +09:00
ecore_job_example.c examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
ecore_pipe_gstreamer_example.c examples: Use EINA_UNUSED in examples to silence a ton of warning 2014-02-28 14:37:53 +01:00
ecore_pipe_simple_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_poller_example.c Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
ecore_server_bench.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_thread_example.c examples: fix pointer <-> int conversion (windows 64 bits) in ecore and evas examples. 2014-01-10 16:36:39 +09:00
ecore_time_functions_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
ecore_timer_example.c examples: remove unused param warnings 2014-01-10 16:35:32 +09:00
red.png Ecore: add examples 2012-12-03 19:36:16 +00:00