Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: enferex/pdfresurrect
base: v0.17
Choose a base ref
head repository: enferex/pdfresurrect
compare: v0.18
Choose a head ref
  • 11 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 7, 2019

  1. Bump dev version number.

    enferex committed Aug 7, 2019

Commits on Aug 9, 2019

  1. Bump dev version number.

    enferex committed Aug 9, 2019
  2. Zero and extend a buffer.

    This should fix one of the ASAN discovered overflows in Issue #6.
    The test case is stackoverflow_some.pdf in that issue.  Thanks
    to @rtfingc for finding and reporting this.
    enferex committed Aug 9, 2019
  3. Initialize a buffer and ensure the last item is never written to.

    This should fix the item in Issue #6 exposed by stackoverflow2.pdf
    Thanks to @rtfingc for finding and reporting this issue.
    enferex committed Aug 9, 2019

Commits on Aug 10, 2019

  1. Zero and sanity check all dynamic allocs.

    This addresses the memory issues in Issue #6 expressed in
    calloc_some.pdf and malloc_some.pdf
    enferex committed Aug 10, 2019
  2. Fix comments.

    enferex committed Aug 10, 2019
  3. Fix a memory leak.

    Thanks to @rtfing for pointing this out in Issue #6.  This fixes bugs
    identified by memory_leak memleak2.pdf
    enferex committed Aug 10, 2019
  4. Version 0.18

    enferex committed Aug 10, 2019