cvs commit: src/sys/libkern iconv.c

R. Imura imura at FreeBSD.org
Sat Jul 23 16:52:58 GMT 2005


imura       2005-07-23 16:52:57 UTC

  FreeBSD src repository

  Modified files:
    sys/libkern          iconv.c 
  Log:
  Temporary restore a part of rev 1.6.
  We must not increase a capability of buffer size here,
  because codes which call these functions expect that dst and src
  are the same size.
  This will cause problem when someone convert a character whose
  length is different between charsets on smbfs which was changed
  to use xlat16 converter.
  
  Revision  Changes    Path
  1.10      +2 -4      src/sys/libkern/iconv.c


More information about the cvs-src mailing list