initialized pointer before using it, so that SAFE_FREE() won't free an uninitialized pointer.
Created attachment 4225 [details] the diff file for vfs If you accept this patch and want a personnal copyright, please use Copyright (C) David Daugherty 2009 Thanks,
Sorry, this bug should not be created: 1) this bug seems fixed a year ago, though there are some other pointers should be set as null 2) the attached diff file is not that exact. so mark this bug as INVALID. The fix one year ago: commit 9e3634fb63f6dec1a3c820a462b5f732e7d09206 Author: Volker Lendecke <vl@samba.org> Date: Thu Jan 17 17:17:52 2008 +0100 Fix two uninitialized variables in vfs_hpuxacl.c Thanks to David Leonard <David.Leonard@quest.com>, this fixes bug 5208. Volker (This used to be commit a3b36c3cb0fe5f3e78c200290afa59829934f496)