chiark / gitweb /
core: Forgot to dereference pointer when checking for NULL
authorStefan Beller <stefanbeller@googlemail.com>
Sun, 29 Dec 2013 23:18:39 +0000 (00:18 +0100)
committerKay Sievers <kay@vrfy.org>
Mon, 30 Dec 2013 15:23:13 +0000 (16:23 +0100)
commitf146f5e159445c4fc7e89fe19ee2b8d72fc19ed7
tree9c34b103774b7ebf66131d397f506dc5e74a3fed
parent3cf148f307e6450aa3411968f59a2563fe9cb154
core: Forgot to dereference pointer when checking for NULL

Actually we already checked for !rt before, now we'd like to examine
the return value of the memory allocation.
src/core/execute.c