summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-10-22 23:01:27 +0000
committerThomas Osterried <thomas@osterried.de>2008-10-22 23:01:27 +0000
commite368a30edc4f4c28a5c7428dafd5f850335d18c8 (patch)
treec7fc21599d266a035e7e6d03c1c17d6b516a71de /ax25
parentf5214aaea65e12f830a98d5f039612dd3ff778bf (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 'ax25')
0 files changed, 0 insertions, 0 deletions