Skip to content
  • Gabriel's avatar
    bug fixes from Fujitsu (bug 21) · 98a7a16e
    Gabriel authored and Cédric Roux's avatar Cédric Roux committed
    Note: this fix does not solve the issue with how
    this buffer is used in this function, but I'm not
    sure this code is used at all (Cédric Roux).
    
    ----------------------------------------------------------
    bug 21
    
    Ttile:
    PAYLOAD_MAX=1500, so this coding results in index overflow.
    Additionally, operator "!=" just compairs something, this
    coding is meaningless.
    
    Bug Location:
    buffer[PAYLOAD_MAX] != '\0';
    
    Note:
    Detected by CppCheck
    ----------------------------------------------------------
    98a7a16e