From ff7a694e0f020fda7f15e14b2f7ba9f04325f2a9 Mon Sep 17 00:00:00 2001 From: Gavin Sherry Date: Wed, 22 Aug 2001 02:03:14 +0000 Subject: Changed php_strip_tags() to check if ' + */ + /* fall-through */ default: if (state == 0) { *(rp++) = c; @@ -3301,7 +3309,7 @@ PHPAPI void php_strip_tags(char *rbuf, int len, int state, char *allow, int allo if( (tp-tbuf)>=PHP_TAG_BUF_SIZE ) { /* no buffer overflows */ tp = tbuf; } - } + } break; } c = *(++p); -- cgit v1.2.1