efl/src/lib/eldbus
Hermet Park 8559602bcc eldbus: fix the data size issue.
Summary:
dbus message requires the void* value for the message data,
the returned value of dbus_message_iter_get_basic() can be mismatched by to the architure,
This could bring the returned va_argues memory corrupted among the series of values.

We can use the defined type for exceptions.

Reviewers: herb, kimcinoo, jsuya, raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11940
2020-06-08 11:00:27 +09:00
..
Eldbus.h doxygen: fix duplicated toc sections 2020-02-28 11:44:19 +01:00
Eldbus_Model.h headers: ensure Efl.h is always included behind BETA define guards 2019-03-08 12:06:22 -08:00
eldbus_connection.h
eldbus_core.c
eldbus_freedesktop.c
eldbus_freedesktop.h
eldbus_introspection.c eldbus - fix null node last on introspection parse 2019-08-11 12:47:38 +01:00
eldbus_introspection.h eolian: ban void_ptr in stable APIs 2019-07-26 13:35:27 +02:00
eldbus_message.c eldbus: fix the data size issue. 2020-06-08 11:00:27 +09:00
eldbus_message.h
eldbus_message_eina_value.h
eldbus_message_from_eina_value.c
eldbus_message_helper.c
eldbus_message_helper.h
eldbus_message_to_eina_value.c
eldbus_model.c eldbus: properly cleanup local variable during destruction. 2019-10-07 10:04:18 -04:00
eldbus_model.eo eolian: enable checking of beta/stable contexts in all classes 2019-03-11 13:42:29 +01:00
eldbus_model_arguments.c eldbus: connection are destroyed on invalidate, there is no point for any object to not cleanup on invalidate. 2019-10-07 10:04:12 -04:00
eldbus_model_arguments.eo eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
eldbus_model_arguments_private.h efl: make Efl.Model.properties_get return an Iterator<string>. 2018-11-23 10:13:58 -08:00
eldbus_model_connection.c ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the risk of inadvertently using the wrong data. 2019-01-16 14:33:26 -08:00
eldbus_model_connection.eo eolian: enable checking of beta/stable contexts in all classes 2019-03-11 13:42:29 +01:00
eldbus_model_connection_private.h
eldbus_model_method.c eldbus: properly call parent finalize during creation of Eldbus.Model_Method. 2019-10-07 10:03:58 -04:00
eldbus_model_method.eo eolian: drop @cref 2019-08-29 13:58:16 +02:00
eldbus_model_method_private.h
eldbus_model_object.c efl: use eina_streq for all property operation in model to avoid crash on NULL property name. 2019-07-10 21:10:23 +02:00
eldbus_model_object.eo eolian: enable checking of beta/stable contexts in all classes 2019-03-11 13:42:29 +01:00
eldbus_model_object_private.h
eldbus_model_private.h ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the risk of inadvertently using the wrong data. 2019-01-16 14:33:26 -08:00
eldbus_model_proxy.c eldbus: only free the data when the future is resolved or rejected. 2019-11-18 11:46:11 +01:00
eldbus_model_proxy.eo eolian: drop @cref 2019-08-29 13:58:16 +02:00
eldbus_model_proxy_private.h
eldbus_model_signal.c eldbus: connection are destroyed on invalidate, there is no point for any object to not cleanup on invalidate. 2019-10-07 10:04:12 -04:00
eldbus_model_signal.eo eldbus: connection are destroyed on invalidate, there is no point for any object to not cleanup on invalidate. 2019-10-07 10:04:12 -04:00
eldbus_model_signal_private.h
eldbus_object.c
eldbus_object.h
eldbus_pending.c
eldbus_pending.h
eldbus_private.h
eldbus_private_types.h
eldbus_proxy.c eldbus_proxy: Prevent dangling pointer. 2019-09-06 11:25:22 +09:00
eldbus_proxy.h
eldbus_service.c eldbus_service: Prevent memory leak 2020-02-14 16:27:12 +09:00
eldbus_service.h
eldbus_signal_handler.c eldbus: properly cleanup local variable during destruction. 2019-10-07 10:04:18 -04:00
eldbus_signal_handler.h
eldbus_types.eot eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
meson.build refactor build 2020-05-27 11:06:46 +02:00