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: FastCGI-Archives/fcgi2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.6
Choose a base ref
...
head repository: FastCGI-Archives/fcgi2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.7
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on May 18, 2025

  1. Remove empty m4 directory

    Signed-off-by: Timothy Legge <timlegge@gmail.com>
    timlegge committed May 18, 2025
    Configuration menu
    Copy the full SHA
    3357a19 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Fix size_t overflow in Malloc() argument in ReadParams()

    There were still two issues after commit
    b0eabca (Update fcgiapp.c, Fixing an
    integer overflow (CVE-2025-23016)):
    
    * Signed int overflow in "nameLen + valueLen + 2" expression.
    
    * Sizes of size_t and int types are in general unrelated.
    
    This fix resolves both of the issues.
    
    Related to CVE-2025-23016.
    Resolve #67.
    
    Signed-off-by: Petr Písař <ppisar@redhat.com>
    ppisar committed May 19, 2025
    Configuration menu
    Copy the full SHA
    7c47639 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Merge pull request #76 from timlegge/perl

    Remove empty m4 directory
    mcarbonneaux authored May 24, 2025
    Configuration menu
    Copy the full SHA
    df0c75b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Merge pull request #77 from ppisar/CVE-2025-23016-malloc

    Fix size_t overflow in Malloc() argument in ReadParams()
    mcarbonneaux authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    15443e1 View commit details
    Browse the repository at this point in the history
  2. Update configure.ac

    mcarbonneaux authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    47f2c03 View commit details
    Browse the repository at this point in the history
Loading