On Tue, May 31, 2016 at 4:12 PM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > On reflection, even with the '^' anchor, it isn't safe the way it's > coded since '^' will match following a newline, won't it? Therefore, > because 'line' isn't necessarily NUL-terminated, the pattern could > match on some line beyond what get_one_line() considers the "current > line". I guess that behavior only kicks in if you specify REG_NEWLINE, which you didn't. > This makes the hand-coded is_mboxrd_from() even more attractive; plus > you can re-use it in patch 2. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html