You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/05/10 09:05:32 UTC

[Bug 54949] New: [PATCH] mod_cache: fix uninitialized tmppath variable (can lead to crash)

https://issues.apache.org/bugzilla/show_bug.cgi?id=54949

            Bug ID: 54949
           Summary: [PATCH] mod_cache: fix uninitialized tmppath variable
                    (can lead to crash)
           Product: Apache httpd-2
           Version: 2.4.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_cache
          Assignee: bugs@httpd.apache.org
          Reporter: jkaluza@redhat.com
    Classification: Unclassified

Created attachment 30270
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30270&action=edit
proposed patch

Hi,

attached patch fixes uninitialized variable in mod_cache in httpd-2.4 branch.
If apr_temp_dir_get fails, then the result of condition after it is
unpredictable and can lead to crash.

This problem exists only in httpd-2.4 branch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 54949] [PATCH] mod_cache: fix uninitialized tmppath variable (can lead to crash)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54949

--- Comment #1 from Graham Leggett <mi...@sharp.fm> ---
Variable removed from trunk in r1407381.

Proposed for backport to v2.4.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 54949] [PATCH] mod_cache: fix uninitialized tmppath variable (can lead to crash)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54949

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org