Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
uecker
on Oct 9, 2023
|
parent
|
context
|
favorite
| on:
My personal C coding style as of late 2023
Please use those. They are useful, make code clearer, improve bounds checking, ...
Don't let attackers influence the size of a buffer (neither for VLAs nor for heap allocations).
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Don't let attackers influence the size of a buffer (neither for VLAs nor for heap allocations).