diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-17 06:41:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-17 06:41:20 +0000 |
commit | f3651e4e206598a4d39dbdab76d4c066ab646188 (patch) | |
tree | 9915ee4960fd4b204b82a7a41acf552ac95d29bf /libc/inet/gai_strerror.c | |
parent | af2bcae79495e916e1568defb1b756ec580350ac (diff) |
When I switched from using stack allocated space for printf, I missed a case
where a sizeof(foo) was changed to the sizeof a pointer. This caused
_dl_printf to complain a lot when debug is enabled (which itself revealed a bug
since it should have exited on buffer overflow), and let me to find another
bug, where memory failures would try to recursively call _dl_printf....
What a mess.
Diffstat (limited to 'libc/inet/gai_strerror.c')
0 files changed, 0 insertions, 0 deletions