Re: [protobuf] Re: Protobuf on ARM pads integers

2017-08-01 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Aug 1, 2017 at 4:13 AM, Brian Savage wrote: > This problem has reared it's ugly head again. This time, some enums were > changed and it caused a crash in an unrelated message when serialized. > Padding the message with a bool type at the end of the message fixed

[protobuf] Re: Protobuf on ARM pads integers

2017-08-01 Thread Brian Savage
This problem has reared it's ugly head again. This time, some enums were changed and it caused a crash in an unrelated message when serialized. Padding the message with a bool type at the end of the message fixed it. It is scary that touching an unrelated part of the .proto file can cause a