]> arthur.barton.de Git - netatalk.git/commit
afpd/fce_api: avoid null pointer dereference
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Fri, 1 Feb 2013 18:33:59 +0000 (19:33 +0100)
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Sat, 9 Feb 2013 09:24:51 +0000 (10:24 +0100)
commit71258bb5c7192740b80077c1131c1ffd5ba6ab4e
tree7eff40e9d840d5dca52224c520cc030a93a1af1d
parent9565c94223fad1292bba40215377b10d78ca4c0b
afpd/fce_api: avoid null pointer dereference

Move path NULL check before it is actually referenced.

Reported by Coverity as CID #968570.
etc/afpd/fce_api.c