Skip to content
  • Andy Holmes's avatar
    goadaemon: avoid NULL-dereference · 08cd7270
    Andy Holmes authored
    It's possible that after some pointer arithmetic, we'll end up
    with a pointer at the very end of a string, so assert that hasn't
    happened before proceeding.
    08cd7270