Hello, as a bug fix release, it may be useful if you consider my patch from last Friday ([PATCH] Fix data type for return value of vasprintf()), regarding the the data type issue in util.c.
'len2' is of type 'size_t' in util.c:451, but vasprintf in line 457 returns '-1' on error which is checked in line 460. Currently this check will always fail (regardless of the return value of vasprintf()), according to its declaration as unsigned int. Best regards Henry Jesuiter -----Ursprüngliche Nachricht----- Von: Richard Cochran [mailto:richardcoch...@gmail.com] Gesendet: Dienstag, 12. Juli 2016 13:31 An: linuxptp-devel@lists.sourceforge.net Cc: linuxptp-us...@lists.sourceforge.net Betreff: [Linuxptp-devel] Planning release 1.7 Dear linuxptp users and developers, I am planning to release version 1.7 in one week, without any major new features, in order to fix the regressions in version 1.6. The two bugs that need fixing are: - time stamping in one step P2P mode - bogus announce timer on the UDS interface If you know of any other problems with v1.6 or in the current git head, please let me know right away. Thanks, Richard ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel