Menu

#3 FM crashes when ping packet size > 65500

v1.3.2166
closed
pho
1
2006-06-23
2005-12-10
Anonymous
No

ICMP packet data should not exceed 65500 bytes, the
buffer isnt big enough, if you attempt to ping a host
with more data, FM will crash.

Discussion

  • pho

    pho - 2005-12-10
    • milestone: --> v1.3.2166
    • assigned_to: nobody --> phoforge
     
  • pho

    pho - 2005-12-10

    Logged In: YES
    user_id=1377939

    Patch:
    catch the ArgumentException and return
    in class AdvPing
    in method sendPing()
    at line 3321
    in Form1.cs

    ----------
    3321: } catch (ArgumentException e) {
    3322: Update_Button(sendit, true);
    3323: Update_Button(stopit, false);
    3324: SetText(results, e.Message);
    3325: return;
    3326: }
    ----------

     
  • pho

    pho - 2005-12-10

    Logged In: YES
    user_id=1377939

    The issue has been resolved. A patch is available and tested, and
    will be included in the next release.

     
  • pho

    pho - 2005-12-10
    • labels: --> non-interface
     
  • pho

    pho - 2005-12-13
    • status: open --> closed
     
  • pho

    pho - 2006-06-23
    • priority: 5 --> 1
     

Log in to post a comment.