- C和C++安全編碼(原書第2版)
- (美)Robert C.Seacord
- 87字
- 2020-10-30 17:56:38
2.2 常見的字符串操作錯誤
在C和C++中,操作字符串很容易產生錯誤。最常見的錯誤有4種,分別是無界字符串復制(unbounded string copy)、差一錯誤(off-by-one error)、空結尾錯誤(null termination error)以及字符串截斷(string truncation)。
推薦閱讀
- TypeScript Essentials
- Dynamics 365 Application Development
- Developing Mobile Web ArcGIS Applications
- R語言數據可視化之美:專業圖表繪制指南
- Apache Mahout Clustering Designs
- Visual Basic程序設計實驗指導(第二版)
- Python算法詳解
- 網絡數據采集技術:Java網絡爬蟲實戰
- Shopify Application Development
- Learning TypeScript
- Docker on Windows
- Getting Started with Windows Server Security
- React.js實戰
- Building Microservices with .NET Core 2.0(Second Edition)
- Java從入門到精通(微視頻精編版)