for TRANSCODER==IconvFBSD (default) there has been a bug that transcode() did return an (almost) empty string depending on input. The original string was properly terminated and another \0 has been written at an "invalid" offset; offset is always < strlen() so this is no serious problem but simply gives wrong results. Reported-By: Sean McNeil <sean at mcneil.com> Vendor-BugID: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27769 Fix: + correct the problem above + bump PORTREVISION patch is available at http://sources.zabbadoz.net/freebsd/ports/xerces-c2-2.5.0_2.diff
State Changed From-To: open->closed Committed, thanks!