ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18441: /trunk-1.0/epan/ /trunk-1.0/epan/: filesystem.c f

Date: Mon, 12 Jun 2006 21:06:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18441

User: etxrab
Date: 2006/06/12 09:06 PM

Log:
 Copy 18186:
 Log:
  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.

Directory: /trunk-1.0/epan/
  Changes    Path            Action
  +104 -46   filesystem.c    Modified
  +3 -2      filesystem.h    Modified