Ulf Lamping wrote:
> isprint() doesn't have a limited input range so it shouldn't crash on 
> this call - and on my machine it doesn't do so even with the value 65513.

Feeding it anything outside an unsigned char or EOF is undefined, and
can crash on systems that use glibc:

  http://sourceware.org/ml/libc-alpha/2003-12/msg00052.html

_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to