Displaying 2 results from an estimated 2 matches for "jungledisk".
2007 Dec 13
2
Rsync rsync: writefd_unbuffered failed to write ?
I am running jungledisk and this is my script:
#!/bin/sh
### Backs up office data to Jungledisk using rsync
LOGFILE=/var/log/backup-jd.log
## Start in rc.local or here
#/usr/local/bin/jungledisk
mount /mnt/s3
echo "`date +"%F %R"`: Start backup-jd" >> $LOGFILE
rsync -r --inplace --size-only --bw...
2007 Jan 26
2
DO NOT REPLY [Bug 4357] New: Missing bounds checking in send_files could lead crash
...in send_files could lead crash
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: developer@jungledisk.com
QAContact: rsync-qa@samba.org
In sender.c / send_files the file index read off the wire is used directly for
indexing into the files array without any bounds checking.
This could easily lead to a crash from a malicious client sending bad data.
Since the file list is on the heap and...