Alexis La Goutte
changed
bug 8377
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
Ever confirmed |
|
1
|
Comment # 5
on bug 8377
from Alexis La Goutte
Ho Jose
Look good for me !
I get 2 warning with build with clang analyser :
packet-smb.c:3704:15: warning: Access to field 'fsi' results in a dereference
of a null pointer (loaded from variable 'fid_info')
fattr=fid_info->fsi->file_attributes;
packet-smb.c:3873:8: warning: Access to field 'fsi' results in a dereference of
a null pointer (loaded from variable 'fid_info')
fattr=fid_info->fsi->file_attributes;
Also when save a file, the name of folder is also save ? (it is a feature or
bug ?)
You are receiving this mail because:
- You are watching all bug changes.