[protobuf] Re: Issue 205 in protobuf: Invalid strings are delivered to application

2012-05-31 Thread protobuf
Comment #4 on issue 205 by hamel.st...@gmail.com: Invalid strings are delivered to application http://code.google.com/p/protobuf/issues/detail?id=205 It would help if the warning (in debug mode) also printed the message type name. -- You received this message because you are subscribed

[protobuf] Re: Issue 205 in protobuf: Invalid strings are delivered to application

2010-07-14 Thread protobuf
Updates: Status: WorkingAsIntended Comment #1 on issue 205 by temporal: Invalid strings are delivered to application http://code.google.com/p/protobuf/issues/detail?id=205 For performance reasons, we don't bother validating UTF-8 in opt mode (when NDEBUG is defined), leaving it up

[protobuf] Re: Issue 205 in protobuf: Invalid strings are delivered to application

2010-07-14 Thread protobuf
Comment #2 on issue 205 by ken...@google.com: Invalid strings are delivered to application http://code.google.com/p/protobuf/issues/detail?id=205 For performance reasons, we don't bother validating UTF-8 in opt mode (when NDEBUG is defined), leaving it up to the app. In debug mode, we