Vulnerability in the functional programming paradigm?

前端 未结 4 1812
迷失自我
迷失自我 2021-02-07 11:09

A few days ago, there were a couple questions on buffer overflow vulnerabilities (such as Does Java have buffer overflows?, Secure C and the universities - trained for buffer ov

4条回答
  •  日久生厌
    2021-02-07 11:44

    I don't think so.

    As I see it, instead of programming paradigm, vulnerabilities like buffer overflows has more to do with the compiler/interpreter architecture/virtual machine.

    For eg, if you are using functional programming in .NET environment (C#, VB etc), as long as you are dealing with managed objects, buffer overflows will be taken care of.

提交回复
热议问题