Re: [Qemu-devel] [PATCHv1] slirp: Use strcasecmp() to check tftp mode, tsize

2011-01-13 Thread Edgar E. Iglesias
On Wed, Jan 12, 2011 at 03:57:18PM +0200, Sergei Gavrikov wrote: From: Sergei Gavrikov sergei.gavri...@gmail.com According to RFC 1350 (TFTP Revision 2) the mode field can contain any combination of upper and lower case; also RFC 2349 propagates that the transfer size option (tsize) is case

[Qemu-devel] [PATCHv1] slirp: Use strcasecmp() to check tftp mode, tsize

2011-01-12 Thread Sergei Gavrikov
From: Sergei Gavrikov sergei.gavri...@gmail.com According to RFC 1350 (TFTP Revision 2) the mode field can contain any combination of upper and lower case; also RFC 2349 propagates that the transfer size option (tsize) is case in-sensitive too. Current implementation of embedded TFTP server