Re: tftpd: transfer size for random.seed

2018-01-25 Thread Jeremie Courreges-Anglas
On Thu, Jan 25 2018, Christian Weisgerber wrote: > tftpd needs to handle the transfer size option when faking up > /etc/random.seed. > > Without this, clients that query the size receive 0 as response, > preventing efiboot from loading random.seed. > > ok? Looks correct, ok jca@ > Index: tftpd.c

tftpd: transfer size for random.seed

2018-01-25 Thread Christian Weisgerber
tftpd needs to handle the transfer size option when faking up /etc/random.seed. Without this, clients that query the size receive 0 as response, preventing efiboot from loading random.seed. ok? Index: tftpd.c === RCS file: /cvs/src/