Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ftutil.c

    rf1f7b5e rb6bd99c  
    138138
    139139        /* I hate static-length strings.. */
    140         host[HOST_NAME_MAX] = '\0';
     140        host[HOST_NAME_MAX-1] = '\0';
    141141        port[5] = '\0';
    142142       
Note: See TracChangeset for help on using the changeset viewer.