bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #5210] Double free corruption


From: anonymous
Subject: [patch #5210] Double free corruption
Date: Wed, 28 Jun 2006 12:31:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.4) Gecko/20060614 Fedora/1.5.0.4-1.2.fc5 Firefox/1.5.0.4 pango-text

URL:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=5210>

                 Summary: Double free corruption
                 Project: Concurrent Versions System
            Submitted by: None
            Submitted on: Wednesday 06/28/2006 at 12:31 UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: mbarabas@redhat.com
             Open/Closed: Open
           Fixed Release: None
   Fixed Feature Release: None

    _______________________________________________________

Details:

Patch fix the problem with double free corruption. 

If function `get_cvs_password()` return pointer to global variable
cvs_password, auth_server() function in client.c will free this global
variable and than, the variable will be incorretly freed by another function
in login.c. 





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wednesday 06/28/2006 at 12:31 UTC  Name: cvs-1.11.22-free.patch  Size:
373B   By: None
Patch to double free corruption
<http://savannah.nongnu.org/patch/download.php?file_id=10262>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=5210>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]