Skip to content
Snippets Groups Projects
  • Ralph Giles's avatar
    c3563be6
    Assert non-overlapping memcpy. r=mark4o · c3563be6
    Ralph Giles authored
    Coverity warns about the possibly-overlappying memcpy in this
    block, presumedly because it can't prove predictLPCOrder <= MAX_LPC_ORDER
    here. Add an assert to make the intent clear in code as well
    as in the comment.
    c3563be6
    History
    Assert non-overlapping memcpy. r=mark4o
    Ralph Giles authored
    Coverity warns about the possibly-overlappying memcpy in this
    block, presumedly because it can't prove predictLPCOrder <= MAX_LPC_ORDER
    here. Add an assert to make the intent clear in code as well
    as in the comment.