Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jacquesm
on May 26, 2010
|
parent
|
context
|
favorite
| on:
Android Project Changeset 4f8b683: libc/memset.c
This is a typical cut-and-paste programmer bug, the person took 'memzero', copied it and tried turning it in to memset.
Instead of special casing memzero as memset(p,0,count);
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Instead of special casing memzero as memset(p,0,count);