Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/clang ubsan #553

Closed
wants to merge 23 commits into from
Closed

Commits on Dec 7, 2017

  1. Bump the version up to 0.13

    hawicz committed Dec 7, 2017
    Copy the full SHA
    1f3bc5f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c99185 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    17374f3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b484ff0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2849650 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Copy the full SHA
    10fe006 View commit details
    Browse the repository at this point in the history
  2. Apply gcc's "const" attribute to the json_c_object_sizeof() function …

    …as an optimizer hint. Also, rename that function from json_object_sizeof().
    hawicz authored and besser82 committed Dec 13, 2017
    Copy the full SHA
    8baf437 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge pull request json-c#390 from besser82/json-c-0.13

    json_object: Add const size_t json_c_object_sizeof()
    hawicz committed Dec 14, 2017
    Copy the full SHA
    1882e3c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5a3eff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    99ea933 View commit details
    Browse the repository at this point in the history
  4. Makefile: Add ACLOCAL_AMFLAGS

    This is recommended by the libtool manual.
    besser82 committed Dec 14, 2017
    Copy the full SHA
    3e89278 View commit details
    Browse the repository at this point in the history
  5. Merge pull request json-c#392 from besser82/json-c-0.13

    json_object: Avoid invalid free (and thus a segfault) when ref_count gets < 0
    hawicz committed Dec 14, 2017
    Copy the full SHA
    eb55c83 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. PR#394: don't always append the ".0" if the double value rounds to ze…

    …ro because some custom formats *will* include it (e.g. %.2f).
    
    Also try to accomodate formats to explicitly exclude the decimal (e.g. %.0f).
    hawicz committed Dec 25, 2017
    Copy the full SHA
    8270e83 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a70466e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Bump the major version of the .so library generated up to 4.0 to avoi…

    …d conflicts because some downstream packagers of json-c had already done their own bump to ".so.3" for a much older 0.12 release.
    hawicz committed Jan 16, 2018
    Copy the full SHA
    4d81460 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Avoid uninitialized variable warnings

    Fix json_object_object_foreach to avoid uninitialized variable warnings
    using ANSI C or MSC.
    Jonathan Wiens authored and hawicz committed Mar 5, 2018
    Copy the full SHA
    d222b13 View commit details
    Browse the repository at this point in the history
  2. pull in fuzzers, add CI scripts later

    Conflicts:
    	ChangeLog
    derwolfe authored and hawicz committed Mar 5, 2018
    Copy the full SHA
    33e166a View commit details
    Browse the repository at this point in the history
  3. Issue json-c#396: check for toolchain compatibilty with _REENTRANT be…

    …fore adding it to CFLAGS.
    hawicz committed Mar 5, 2018
    Copy the full SHA
    0f814e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Update the change log for the 0.13.1 release.

    Conflicts:
    	ChangeLog
    hawicz committed Mar 6, 2018
    Copy the full SHA
    861c1a8 View commit details
    Browse the repository at this point in the history
  2. Eliminate ACLOCAL_AMFLAGS, since it changes how libtool files are gen…

    …erated too significantly.
    hawicz committed Mar 6, 2018
    Copy the full SHA
    914527d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    991e128 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    985c46f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Copy the full SHA
    6b368fc View commit details
    Browse the repository at this point in the history