[Bug 1774] IMFS limits filename sizes to mounted directories.

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon May 9 06:34:28 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1774

Sebastian Huber <sebastian.huber at embedded-brains.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian.huber at embedded-br
                   |                            |ains.de

--- Comment #2 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2011-05-09 01:34:27 CDT ---
This change breaks the FTP client.  See new test "libtests/ftp01".  The problem
is that the FTP client has to cope with a leading '/' now.  Before the change
we had 'user at host/file.txt' now we have '/user at host/file.txt'.  We should
restore the previous behavior since the leading '/' adds no useful information.

Also tests

psximfs01
psxmount
tar01

fail on SIS with this patch.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list