Todd C. Miller
|
d7224ea502
|
It's safe to rely on C89 semantics for realloc(NULL, size).
|
2015-06-20 19:27:31 -06:00 |
|
Todd C. Miller
|
4a07b472f0
|
Only include stddef.h where it is needed.
|
2015-06-20 05:34:35 -06:00 |
|
Todd C. Miller
|
dc883f2454
|
We require ANSI C so stop using the obsolete STDC_HEADERS.
|
2015-06-19 14:29:27 -06:00 |
|
Todd C. Miller
|
c75eb5bf0d
|
Use reallocarray where possible.
|
2015-05-14 10:21:58 -06:00 |
|
Todd C. Miller
|
8bb5897091
|
All modern systems should have LINE_MAX.
|
2015-02-19 09:59:25 -07:00 |
|
Todd C. Miller
|
47835ff289
|
Rename missing.h -> sudo_compat.h
|
2014-07-22 14:25:16 -06:00 |
|
Todd C. Miller
|
87c2fe5a31
|
Prefix all libc replacements with sudo_ and #define the real name
to the sudo_ version. That way we don't pollute the libc namespace.
|
2014-06-26 15:51:08 -06:00 |
|
Todd C. Miller
|
4d37a4a162
|
Top level directory reorg
Move src/po -> po
Combine common and compat -> lib/util
Move zlib -> lib/zlib
|
2014-06-26 15:51:02 -06:00 |
|