simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] [patch #7315] fix reading a freed memory


From: Petr Hluzin
Subject: [Simulavr-devel] [patch #7315] fix reading a freed memory
Date: Sun, 12 Sep 2010 17:57:58 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8

URL:
  <http://savannah.nongnu.org/patch/?7315>

                 Summary: fix reading a freed memory
                 Project: Simulavr: an AVR simulator
            Submitted by: petrh
            Submitted on: Sun Sep 12 19:57:57 2010
                Category: bug fix
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: simulavrxx

    _______________________________________________________

Details:

If GDB sends NAK ('-') we resend by calling gdb_last_reply(), then
gdb_send_reply() and gdb_last_reply() which frees a `last_reply' block which
is also pointed to by `reply' (aliasing).

I do not know how to commit it to the Savannah repo using TortoiseGit. Bare
git gave me "fatal: The remote end hung up unexpectedly". (I have commiter
access.)

Onno K., how I am supposed to commit/merge/push it?



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun Sep 12 19:57:57 2010  Name: freed-memory-read.patch  Size: 495B  
By: petrh

<http://savannah.nongnu.org/patch/download.php?file_id=21442>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7315>

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




reply via email to

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