Skip to content

Version 1.4.2 release

Compare
Choose a tag to compare
@takaswie takaswie released this 05 Dec 02:32
· 410 commits to master since this release

In this release, a bug is fixed to avoid null pointer dereference.

An API of hinawa_snd_efw_transact() has an argument for a pointer to
GArray as 'args'. This is annotated with '(nullable)'. Although null
pointer can be passed by callers, structure members of the GArray are
accessed without any check.