Finally I have a valid reason to learn about memory management. It was also hella weird when encountering it.

  • silasmariner@programming.dev
    link
    fedilink
    arrow-up
    16
    ·
    2 days ago

    Usually what’s meant by a memory leak is memory that’s allocated but never freed. Writing outside of array allocation would usually be considered an overflow. Which sounds kinda similar but is not the same.