| To: | rt-krb5@krbdev.mit.edu |
| Subject: | sketchy uses of longjmp in util/ss/listen.c |
| From: | Tom Yu <tlyu@mit.edu> |
| Date: | Sat, 08 Feb 2003 03:49:40 -0500 |
util/ss/listen.c does lots of questionable things with longjmp(),
including calling longjmp() in a signal handler while executing
possibly non-reentrant application command code. It also copies
jmpbufs around.
including calling longjmp() in a signal handler while executing
possibly non-reentrant application command code. It also copies
jmpbufs around.