Bug 142454 - [patch] sysutils/fusefs-curlftpfs core dump on permission denied
Summary: [patch] sysutils/fusefs-curlftpfs core dump on permission denied
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 01:20 UTC by Aragon Gouveia
Modified: 2010-01-08 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (565 bytes, patch)
2010-01-08 01:20 UTC, Aragon Gouveia
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aragon Gouveia 2010-01-08 01:20:09 UTC
There is a bug with curlftpfs which causes it to core dump when an FTP server rejects a file retrieval operation with permission denied.  It is reported upstream here:

http://code.google.com/p/curlftpfs/issues/detail?id=2

I've updated that report with a patch which fixes it for me.  Please could you consider integrating the patch into our port until upstream creates a new release with the fix.

Patch attached.

Thanks.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-08 01:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-08 20:02:45 UTC
dhn         2010-01-08 20:02:31 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-curlftpfs Makefile 
  Added files:
    sysutils/fusefs-curlftpfs/files patch-ftpfs.c 
  Log:
  - Add patch that's fix core dump, when an FTP server rejects a
    file retrieval operation with permission denied.
  - bump PORTREVISION
  
  PR:             ports/142454
  Submitted by:   Aragon Gouveia <aragon@phat.za.net>
  
  Revision  Changes    Path
  1.14      +1 -1      ports/sysutils/fusefs-curlftpfs/Makefile
  1.1       +19 -0     ports/sysutils/fusefs-curlftpfs/files/patch-ftpfs.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2010-01-08 20:03:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!