[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 to the Google Groups Protocol 
Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[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 to the app.  In debug mode, we print the  
warning you saw, but we don't want debug mode to behave significantly  
differently from opt mode so we don't do anything other than print the  
warning.


--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[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 print the  
warning you saw, but we don't want debug mode to behave significantly  
differently from opt mode so we don't do anything other than print the  
warning.


--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.