Lines Matching refs:Fix
3 Fix error in STATIC_ASSERT with multiple files (#203)
14 Fix generator crash with Enum inside Oneof (#188)
15 Fix some generator regressions related to .options file path (#172)
26 Fix handling of unsigned 8- and 16-bit enums (issue 164)
27 Fix generator on systems where python = python3. (issue 155)
28 Fix compiler warning on GCC 5.x (issue 171)
35 Fix missing files in Linux binary package (issue 146)
36 Fix generator bug when oneof is first field in a message. (issue 142)
37 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
38 Fix oneof submessage initialization bug. (issue 149)
39 Fix problem with plugin options on Python 2.7.2 and older. (issue 153)
40 Fix crash when callback is inside oneof field. (issue 148)
49 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
54 Fix build problems with protoc 3.0.0
60 Fix security issue due to size_t overflows. (issue 132)
61 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
62 Fix crash if pb_release() is called twice.
63 Fix cyclic message support (issue 130)
64 Fix error in generated initializers for repeated pointer fields.
84 Fix problem with .options file and extension fields. (issue 125)
93 Fix security issue with PB_ENABLE_MALLOC. (issue 117)
99 Fix bug with default values for extension fields (issue 111)
100 Fix some MISRA-C warnings (issue 91)
107 Fix generator error with bytes callback fields (issue 99)
108 Fix warnings about large integer constants (issue 102)
115 Fix a bug with encoding negative values in int32 fields (issue 97)
127 Fix MISRA C violations (issue 91)
132 Fix build error on Visual C++ (issue 84, patch by Markus Schwarzenberg)
141 Fix unknown fields in empty message (issue 78)
157 Fix bug with empty strings in repeated string callbacks (issue 73)
158 Fix regression in 0.2.0 with optional callback fields (issue 70)
159 Fix bugs with empty message types (issues 64, 65)
160 Fix some compiler warnings on clang (issue 67)
190 Fix bugs in the enum short names introduced in 0.1.7 (issues 42, 43)
191 Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41)
192 Fix missing initialization of istream.errmsg
203 Fix build warnings on MS compilers (issue 33)
210 Fix some compiler warnings (issues 25, 26, 27, 32).
213 Fix bug in decoder with packed arrays (issue 23).
215 Fix some compiler warnings.
221 Fix generator error with .proto without messages.
222 Fix problems that stopped the code from compiling with some compilers.
223 Fix some compiler warnings.
229 Fix some compiler warnings.