enlightenment/src/modules/wireless
Carsten Haitzler 90a4ad88b7 e - wireless module - remove horrible memcpy with offsetof magic
while it technically wuld work, this memcpy here is fragile and the
moment some struct members changed it'd fall apart and have fields all
misaligned etc. in fact using offsetof means it might over-copy a bit
extra due to alignment of the connect_cb vs method in Connman_Service.
so manually aissgne the fields in the func instead to be far safer.

if anything this should become a sub-struct with a type that can then
be properly copied even if things change.

@fix
2016-04-13 20:28:27 +09:00
..
connman.c e - wireless module - remove horrible memcpy with offsetof magic 2016-04-13 20:28:27 +09:00
e-module-wireless.edj add new wireless module/gadget 2016-03-04 14:23:44 -05:00
mod.c reduce efl version req to 1.17.0, make new gadget stuff 1.7.99+ at runtime 2016-04-11 15:15:51 -04:00
module.desktop.in add new wireless module/gadget 2016-03-04 14:23:44 -05:00
wireless.c resolve harmless coverity reports in wireless module 2016-03-10 11:21:11 -05:00
wireless.h add new wireless module/gadget 2016-03-04 14:23:44 -05:00