Lines Matching refs:Fix
2 Fix handling of special characters in string/bytes default values (issue #322)
3 Fix encoding of negative numbers with PB_WITHOUT_64BIT (#285)
4 Fix _zero initializer for enums that don't begin at 0. (#295)
6 Fix compiler warnings (#305)
7 Fix scons rules for Python 3
16 Fix bugs in proto3 encoding of submessages (#256)
17 Fix message size calculation for arrays of size 1 (#253)
18 Fix segfault with FT_CALLBACK inside FT_POINTER (#259)
32 Fix problems with multiple oneofs in same message (#229)
35 Fix potential unaligned access (#226, #227)
36 Fix documentation for protoc --plugin argument (#239)
55 Fix missing warning with large bytes fields (issue #220)
64 Fix error in STATIC_ASSERT with multiple files (#203)
75 Fix generator crash with Enum inside Oneof (#188)
76 Fix some generator regressions related to .options file path (#172)
87 Fix handling of unsigned 8- and 16-bit enums (issue 164)
88 Fix generator on systems where python = python3. (issue 155)
89 Fix compiler warning on GCC 5.x (issue 171)
96 Fix missing files in Linux binary package (issue 146)
97 Fix generator bug when oneof is first field in a message. (issue 142)
98 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
99 Fix oneof submessage initialization bug. (issue 149)
100 Fix problem with plugin options on Python 2.7.2 and older. (issue 153)
101 Fix crash when callback is inside oneof field. (issue 148)
110 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
115 Fix build problems with protoc 3.0.0
121 Fix security issue due to size_t overflows. (issue 132)
122 Fix memory leak with duplicated fields and PB_ENABLE_MALLOC
123 Fix crash if pb_release() is called twice.
124 Fix cyclic message support (issue 130)
125 Fix error in generated initializers for repeated pointer fields.
145 Fix problem with .options file and extension fields. (issue 125)
154 Fix security issue with PB_ENABLE_MALLOC. (issue 117)
160 Fix bug with default values for extension fields (issue 111)
161 Fix some MISRA-C warnings (issue 91)
168 Fix generator error with bytes callback fields (issue 99)
169 Fix warnings about large integer constants (issue 102)
176 Fix a bug with encoding negative values in int32 fields (issue 97)
188 Fix MISRA C violations (issue 91)
193 Fix build error on Visual C++ (issue 84, patch by Markus Schwarzenberg)
202 Fix unknown fields in empty message (issue 78)
218 Fix bug with empty strings in repeated string callbacks (issue 73)
219 Fix regression in 0.2.0 with optional callback fields (issue 70)
220 Fix bugs with empty message types (issues 64, 65)
221 Fix some compiler warnings on clang (issue 67)
251 Fix bugs in the enum short names introduced in 0.1.7 (issues 42, 43)
252 Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41)
253 Fix missing initialization of istream.errmsg
264 Fix build warnings on MS compilers (issue 33)
271 Fix some compiler warnings (issues 25, 26, 27, 32).
274 Fix bug in decoder with packed arrays (issue 23).
276 Fix some compiler warnings.
282 Fix generator error with .proto without messages.
283 Fix problems that stopped the code from compiling with some compilers.
284 Fix some compiler warnings.
290 Fix some compiler warnings.