K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-09-13T13:58:46.171925Z K 7 svn:log V 308 MFC r287148: sh: Fix out of bounds read when there is no ] after a [:class:]. The initial check for a matching ] was incorrect if a ] may be consumed by a [:class:]. The subsequent loop assumed that there must be a ]. Remove the initial check and make the loop cope with a missing ]. Found with afl-fuzz. END