]> git.sur5r.net Git - i3/i3/commit
Bugfix: check symbol for NULL in binding json dump
authorTony Crisci <tony@dubstepdish.com>
Sun, 5 Oct 2014 18:50:30 +0000 (14:50 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Oct 2014 19:06:11 +0000 (21:06 +0200)
commit6ba7728136c9abb7e5c54a24b81aefcf97bb9b7e
tree23107359411d9faa70a42cdf4c2108b1c3fe677d
parent3e841ac5b6a68766478e9d1538bfc4a62416b8ee
Bugfix: check symbol for NULL in binding json dump

When dumping a binding, as is done during the binding event, check
symbol for NULL. If it is, dump json null. This prevents a crash when
running a binding that was configured with bindcode.

fixes #1379
docs/ipc
src/ipc.c