]> git.street.me.uk Git - andy/viking.git/commit
Prevention of crashing in mapcache when tmp variable is NULL.
authorRob Norris <rw_norris@hotmail.com>
Sun, 20 Jul 2014 09:27:24 +0000 (10:27 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sun, 20 Jul 2014 09:54:14 +0000 (10:54 +0100)
commit2ae6f54200bad1f3609ba25b61917c56066e4dc3
treeac7ad69e3ebc54bb5dd633b0f9de8725a97f7b1c
parent57c1c96a383c89b4ea73ec1084a076e48a39433a
Prevention of crashing in mapcache when tmp variable is NULL.

I haven't been able to trace why/when tmp becomes NULL,
 but at least one user has encountered this condition.
Thus add protection against deferencing a NULL pointer.
src/mapcache.c