Searched hist:178055 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/libexec/tftpd/
H A Dtftp-file.cdiff 339057 Mon Oct 01 16:10:44 MDT 2018 asomers MFC r338216:

tftpd: Fix data corruption bug with netascii

Transferring files in netascii format requires, among other things,
translating all CR characters to a CR,NUL pair. tftpd does this correctly
except when the CR occurs as the last octet of a packet. In that case, it
erroneously drops the NUL which should be part of the following packet. The
bug was caused by using 0 as a sentinel value in a variable that could
legitimately hold 0. Fix it by switching the sentinel value to -1.

PR: 178055
Reported by: Richard <rsitze@gmail.com>
Reviewed by: cem
Differential Revision: https://reviews.freebsd.org/D16853
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfereg.hdiff 178055 Wed Apr 09 23:25:09 MDT 2008 yongari Add support for MCP73 chips.

Tested by: "Daan Vreeken [PA4DAN]" ( Danovitsch AT vitsch DOT net )
MFC after: 1 week
H A Dif_nfe.cdiff 178055 Wed Apr 09 23:25:09 MDT 2008 yongari Add support for MCP73 chips.

Tested by: "Daan Vreeken [PA4DAN]" ( Danovitsch AT vitsch DOT net )
MFC after: 1 week

Completed in 153 milliseconds