Bug in if_spppsubr.c ?

From: Jacques Fourie (jf_at_trispen.com)
Date: 09/29/03

  • Next message: Daniel Eischen: "Re: [PATCH] : libc_r/uthread/uthread_write.c"
    Date: Mon, 29 Sep 2003 14:26:01 +0200
    To: freebsd-hackers@freebsd.org
    
    
    

    Hi,

    I've come across what I believe to be a bug in if_spppsubr.c. I have
    verified that it also exists in 4-STABLE. When using PPP encapsulation and
    header compression, m->m_pkthdr.len is never adjusted after the call to
    sl_compress_tcp(). Included is a patch against 4-STABLE that seems to fix
    the problem.

    regards,
    jacques

    
    
    

    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"



  • Next message: Daniel Eischen: "Re: [PATCH] : libc_r/uthread/uthread_write.c"