diff options
author | Thomas Osterried <thomas@osterried.de> | 2008-10-22 23:01:27 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2008-10-22 23:01:27 +0000 |
commit | e368a30edc4f4c28a5c7428dafd5f850335d18c8 (patch) | |
tree | c7fc21599d266a035e7e6d03c1c17d6b516a71de /user_call/Makefile.in | |
parent | f5214aaea65e12f830a98d5f039612dd3ff778bf (diff) |
buffer is 512. statement was:
if ((n = read(s, buffer + 2, 512)) == -1) in rsdwnlnk.c
if ((n = read(STDIN_FILENO, buffer + 2, 512)) == -1) in rsuplnk.c
This smashes the buffer two bytes behind..
Diffstat (limited to 'user_call/Makefile.in')
0 files changed, 0 insertions, 0 deletions