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 or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ncruces/dcraw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ncruces/dcraw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ncruces-macos
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 27, 2023

  1. Fixed Debian bug #721232 (multiple vulnerabilities)

    Filip Hroch authored and ncruces committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    46fc009 View commit details
    Browse the repository at this point in the history
  2. Fixed bugfix #864168 Index overflow in smal_decode_segment()

    Filip Hroch authored and ncruces committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    91bcc0f View commit details
    Browse the repository at this point in the history
  3. Bugfix #715777.

    ncruces committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9cf82ea View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    389649a View commit details
    Browse the repository at this point in the history
  2. stack-based buffer overflow bug

    Filip Hroch authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0969895 View commit details
    Browse the repository at this point in the history
  3. NULL dereference bug

    Filip Hroch authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0bc44dc View commit details
    Browse the repository at this point in the history
  4. Written wrappers of fread(),fwrite(),fseek() having checks of return …

    …values.
    Filip Hroch authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9eaf063 View commit details
    Browse the repository at this point in the history
  5. Missing header.

    Filip Hroch authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    01dc45e View commit details
    Browse the repository at this point in the history
  6. Fuji headers

    Filip Hroch authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    00751fb View commit details
    Browse the repository at this point in the history
  7. don't reimplement memmem()

    Last-Update: 2024-04-09
    Forwarded: no
    
    memmem() is implemented in glibc, don't have a redundant duplicate
    implementation with a different prototype.
    vorlonofportland authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e608814 View commit details
    Browse the repository at this point in the history
  8. pointer char cast

    Filip Hroch authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d053b9e View commit details
    Browse the repository at this point in the history
  9. Added missing feature macro

    Filip Hroch authored and ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    af891f2 View commit details
    Browse the repository at this point in the history
  10. Avoid temporary files.

    ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    aa3af79 View commit details
    Browse the repository at this point in the history
  11. Grayscale thumbnails.

    Adds support for grayscale thumbnails such as those found in certain
    Adobe DNG files.
    ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    333fb76 View commit details
    Browse the repository at this point in the history
  12. Lossy grayscale DNGs.

    Adds support for decoding lossy grayscale Adobe DNG files.
    ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    aef48b7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11f6297 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ee59db View commit details
    Browse the repository at this point in the history
  15. Build action.

    ncruces committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e67639d View commit details
    Browse the repository at this point in the history
Loading