id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc 203,Unsafe strcat on overlapping strings in owl_zephyr_smartstripped_user,andersk@mit.edu,andersk@mit.edu,"From `owl_zephyr_smartstripped_user`: {{{ realm = strchr(out, '@'); … if (realm) realm[0]='\0'; … strcat(out, realm+1); }}} This `strcat` call might read from the same place it’s writing to, which is invalid and could break if `strcat` is optimized in certain ways.",defect,closed,major,,internals,fixed,straightforward,