As suggested by Jim Prince, pass the right argument to "getcwd()" - the
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 18 May 2006 12:01:33 +0000 (12:01 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 18 May 2006 12:01:33 +0000 (12:01 +0000)
commit3e6c5070050d5bcad4bc7b9c39ed4c3634088a78
tree16515e45d0e5ed2f7937e974f84e21d2b5b3a743
parent15754fad902a72ff493e8319e58346d8f427e559
As suggested by Jim Prince, pass the right argument to "getcwd()" - the
buffer argument is a mallocated buffer, so sizeof doesn't return its
size, it returns the size of the pointer to the buffer.  Fixes bug 907.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18186 f5534014-38df-0310-8fa8-9805f1628bb7
epan/filesystem.c