Skip to content

Version 1.4.4 release

Compare
Choose a tag to compare
@takaswie takaswie released this 19 Jan 16:25
· 397 commits to master since this release

In this maintenance release, two bugs are fixed, one of which is
critical and introduced in former maintenance release.

The call of g_object_new() should have NULL in the last element of
argument list as sentinel. If missing it, glib hits SIGSEGV by
referring to invalid pointer. In previous release, HinawaFwFcp sets
timeout property of HinawaFwReq but the call has no sentinel.

Additionally, default transaction timeout is too small to the one
in IEEE 1394a:2000. The timeout is expanded to better value.