|
|
|
|
|
by jmgao
3832 days ago
|
|
> Also note that SIZE_MAX is an unreasonable input, one would even say it violates preconditions. Annex K adds rsize_t, RSIZE_MAX, and friends, which restrict inputs to reasonable values. Unfortunately, it doesn't retcon the old functions like strncpy, and worse, no one actually implements it. |
|