patchSimulavr: an AVR simulator - Patches: patch #7033, sizeof in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #7033: sizeof in GdbServer::TryConnectGdb()

Submitter:  Petr Hluzin <petrh>
Submitted:  Sun 20 Dec 2009 08:36:08 PM UTC
   
 
Category:  bug fix Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  simulavrxx

Sat 29 Jan 2011 09:24:53 PM UTC, comment #1: 
Petr Hluzin <petrh>
Group Member
Sun 20 Dec 2009 08:36:08 PM UTC, original submission:  

 int addrLen = sizeof(struct sockaddr *);
should be
 int addrLen = sizeof(struct sockaddr_in);

Or perhaps sizeof(struct sockaddr), I do not get the difference.

Petr Hluzin <petrh>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #19314:  846-sizeof.diff added by petrh (688B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by petrh (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-01-29 petrh StatusNone Done
        Open/ClosedOpen Closed
    2009-12-20 petrh Attached File- Added 846-sizeof.diff, #19314

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code