mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
fix infinite loop
svn:r6090
This commit is contained in:
parent
a2d71f917e
commit
a385b0087f
@ -335,6 +335,7 @@ tor_strisprint(const char *s)
|
||||
while (*s) {
|
||||
if (!TOR_ISPRINT(*s))
|
||||
return 0;
|
||||
s++;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user