You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by tschoening <gi...@git.apache.org> on 2018/03/21 12:35:29 UTC

[GitHub] logging-log4cxx issue #4: mbsrtowcs() returns the number of wide char,but no...

Github user tschoening commented on the issue:

    https://github.com/apache/logging-log4cxx/pull/4
  
    This has been reported before with different possible solutions. Is "requested" really correct compared to e.g. `sizeof(...) * converted` or such? Less than `requested` chars could have been processed in theory even without any error.
    
    https://issues.apache.org/jira/browse/LOGCXX-369
    https://issues.apache.org/jira/browse/LOGCXX-399


---