• Home
  • Raw
  • Download

Lines Matching refs:pull

5 * Fix potential core dumped for strrchr, see [#546](https://github.com/DaveGamble/cJSON/pull/546)
6 …null pointer crash in cJSON_CreateXxArray, see [#538](https://github.com/DaveGamble/cJSON/pull/538)
7 …ll pointer problems on allocation failure, see [#526](https://github.com/DaveGamble/cJSON/pull/526)
8 * Fix a possible dereference of null pointer, see [#519](https://github.com/DaveGamble/cJSON/pull/5…
9 * Fix windows build failure about defining nan, see [#518](https://github.com/DaveGamble/cJSON/pull
15 * optimize the way to find tail node, see [#503](https://github.com/DaveGamble/cJSON/pull/503)
16 …osx because NAN is a float. Thanks @sappo, see [#484](https://github.com/DaveGamble/cJSON/pull/484)
17 … in detach and replace. Thanks @miaoerduo, see [#456](https://github.com/DaveGamble/cJSON/pull/456)
23 …t breaking changes. Thanks @caglarivriz, see [#358](https://github.com/DaveGamble/cJSON/pull/358)
24 … cJSON_GetNumberValue. Thanks @Intuition, see[#385](https://github.com/DaveGamble/cJSON/pull/385)
25 * add uninstall target function for CMake. See [#402](https://github.com/DaveGamble/cJSON/pull/402)…
26 …see [#430](https://github.com/DaveGamble/cJSON/pull/430), [#448](https://github.com/DaveGamble/cJS…
27 …ng, for changing the valuestring safely. See [#451](https://github.com/DaveGamble/cJSON/pull/451)
28 …... (check if the operation successful). See [#453](https://github.com/DaveGamble/cJSON/pull/453)
32 …at-equal warning. Thanks @paulmalovanyi, see [#368](https://github.com/DaveGamble/cJSON/pull/368)
33 * Fix make failed in mac os. See [#405](https://github.com/DaveGamble/cJSON/pull/405)
42 …error for Visual Studio. Thanks @tan-wei, see [#352](https://github.com/DaveGamble/cJSON/pull/352).
43 …fore redefining them. Thanks @raiden00pl, see [#347](https://github.com/DaveGamble/cJSON/pull/347).
64 …itivity was not respected, see [#317](https://github.com/DaveGamble/cJSON/pull/317). Thanks @yuta-…
65 …al Studio Static Analyzer, see [#307](https://github.com/DaveGamble/cJSON/pull/307). Thanks @bnaso…
71 …ing convention on Windows, see [#295](https://github.com/DaveGamble/cJSON/pull/295), thanks @zhind…
78 * Fix a typo in the header file, see [#266](https://github.com/DaveGamble/cJSON/pull/266), thanks @…
94 …entation of `cJSON Utils`, see [#251](https://github.com/DaveGamble/cJSON/pull/251), thanks @bobko…
112 …he pkgconfig file. Thanks @zeerd for reporting [#240](https://github.com/DaveGamble/cJSON/pull/240)
125 * Large rewrite of the documentation, see [#215](https://github.com/DaveGamble/cJSON/pull/215)
130 …s that return a pointer to the added item, see [#226](https://github.com/DaveGamble/cJSON/pull/226)
134 …rs` in the CMakeLists.txt, thanks @yangfl, see [#210](https://github.com/DaveGamble/cJSON/pull/210)
140 * Readme: Explain how to include cJSON, see [#211](https://github.com/DaveGamble/cJSON/pull/211)
141 …ailing spaces in the code, thanks @yangfl, see [#212](https://github.com/DaveGamble/cJSON/pull/212)
163 … to `cJSON_ParseWithOpts`, see [#200](https://github.com/DaveGamble/cJSON/pull/200), thanks @rmall…
176 … the AFL fuzzer dictionary, see [#185](https://github.com/DaveGamble/cJSON/pull/185), thanks @jwilk
182 …dereferencing the pointer, see [#183](https://github.com/DaveGamble/cJSON/pull/183). Thanks @msich…
220 * Add gcc version guard to the Makefile, see [#164](https://github.com/DaveGamble/cJSON/pull/164), …
221 … memory allocator is used, see [#166](https://github.com/DaveGamble/cJSON/pull/166), thanks @prefe…
226 … without losing precision, see [#153](https://github.com/DaveGamble/cJSON/pull/153), thanks @Debor…
227 …f two cJSON items contain the same values, see [#148](https://github.com/DaveGamble/cJSON/pull/148)
228 …ee [#158](https://github.com/DaveGamble/cJSON/pull/158) and [#159](https://github.com/DaveGamble/c…
244 …th the Microsoft compiler, see [#139](https://github.com/DaveGamble/cJSON/pull/139), thanks @Pawel…
269 * Make cJSON locale independent, see [#146](https://github.com/DaveGamble/cJSON/pull/146), Thanks @…
270 * Fix compiling without CMake with MSVC, see [#147](https://github.com/DaveGamble/cJSON/pull/147), …
315 * Functions to check the type of an item, see [#120](https://github.com/DaveGamble/cJSON/pull/120)
316 …tems for public functions, see [#116](https://github.com/DaveGamble/cJSON/pull/116), thanks @mjerr…
317 * Remove trailing zeroes from printed numbers, see [#123](https://github.com/DaveGamble/cJSON/pull/…
325 * internally use realloc if available ([#110](https://github.com/DaveGamble/cJSON/pull/110))
326 … with [afl](http://lcamtuf.coredump.cx/afl/) ([#111](https://github.com/DaveGamble/cJSON/pull/111))
327 * unit tests for the print functions ([#112](https://github.com/DaveGamble/cJSON/pull/112))
328 * Always use buffered printing ([#113](https://github.com/DaveGamble/cJSON/pull/113))
329 * simplify the print functions ([#114](https://github.com/DaveGamble/cJSON/pull/114))
330 …e-conversion`, `-Wparentheses` and `-Wcomma` ([#122](https://github.com/DaveGamble/cJSON/pull/122))
336 …ry if testing is disabled, see [#121](https://github.com/DaveGamble/cJSON/pull/121). Thanks @ffont…
342 …xes an out of bounds read, see [#118](https://github.com/DaveGamble/cJSON/pull/118). This shouldn'…
349 * New type for cJSON structs: `cJSON_Invalid`, see [#108](https://github.com/DaveGamble/cJSON/pull/…
375 * Use goto-fail in several parser functions ([#100](https://github.com/DaveGamble/cJSON/pull/100))
376 …e less code paths doing the same as another. ([#109](https://github.com/DaveGamble/cJSON/pull/109))
384 …`, `-Wconversion`, `-fstack-protector-strong`) ([#98](https://github.com/DaveGamble/cJSON/pull/98))
399 …, see [#65](https://github.com/DaveGamble/cJSON/pull/65), [#90](https://github.com/DaveGamble/cJSO…
403 …ing if const is casted away, Thanks @gatzka, see [#83](https://github.com/DaveGamble/cJSON/pull/83)
405 * Fix typo in the README, thanks @MicroJoe, see [#88](https://github.com/DaveGamble/cJSON/pull/88)
410 …a preallocated buffer, thanks @ChisholmKyle, see [#72](https://github.com/DaveGamble/cJSON/pull/72)
411 …, see [#75](https://github.com/DaveGamble/cJSON/pull/75), [#78](https://github.com/DaveGamble/cJSO…
412 …ak in `cJSON_Duplicate`, thanks @alperakcan, see [#81](https://github.com/DaveGamble/cJSON/pull/81)