On Wed, Apr 11, 2018 at 2:43 AM, Carsten Haitzler <[email protected]> wrote: > > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=86c855bdd356550513bf2b316961eceace107291 > > commit 86c855bdd356550513bf2b316961eceace107291 > Author: Carsten Haitzler (Rasterman) <[email protected]> > Date: Wed Apr 11 14:34:40 2018 +0900 > > ecore ipc - fix send to skip data payload if null/0 > > conversion to efl.nmet didnt deal with null/0 zised payloads properly > and tried to send them, resulting in lots of ERR complaints which were > not errors. fix that to not try and send such empty payloads > > @fix
i guess this is due the incorrect code that handled `data == NULL || size == 0` as errors at efl-io-writer implementations... IMO should be only no-ops, so people don't have to spread this kind of code at call sites. -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (16) 99354-9890 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
