Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2004 17:52:36 +0000 (UTC)
From:      Clive Lin <clive@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/chinese/mutt Makefile distinfo
Message-ID:  <200406161752.i5GHqab8092494@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clive       2004-06-16 17:52:36 UTC

  FreeBSD ports repository

  Modified files:
    chinese/mutt         Makefile distinfo 
  Log:
  + Updated patchset:
    + Avoid misuse of safe_strdup shipped with mutt.
      + It returns 0 (NULL pointer) instead of pointer to 0 (empty string)
        if the source string is empty(""). Consequently iconv_open will cause
        mutt to core-dumps itself. It expects const char* instead of NULL
        pointer.
      + On each successful call to wraped iconv_open provided by the patchset,
        small piece of memory is allocated by safe_strdup. The original patchset
        did not free it.
  
  Above submitted by:     Kuang-che Wu <kcwu at kcwu dot homeip dot net>
  
  + Experimental abuse of PORTREVISION. More testing is in progress. It will
    be really activated via master port if there's nothing else broken.
  
  Revision  Changes    Path
  1.35      +5 -1      ports/chinese/mutt/Makefile
  1.31      +2 -2      ports/chinese/mutt/distinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406161752.i5GHqab8092494>