Am I exposing my servic开发者_运维知识库e to a buffer overflow attack? If so how would you defend against this?
Just my own insight: No, the managed code is not susceptible to overrun attacks, and the unmanaged portions of the transport channel are dealing with byte-arrays anyway.
精彩评论