Displaying 1 result from an estimated 1 matches for "x22222".
Did you mean:
22222
2010 Dec 15
7
DO NOT REPLY [Bug 7869] New: rsync segfault
...ReportedBy: rafa.silva at gmail.com
QAContact: rsync-qa at samba.org
Hi,
In my analysis (fuzzing) i find a fancy bug in rsync.
Linux bengbeng 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010
x86_64 GNU/Linux
The Bug:
$ rsync --backup-dir=`perl -e 'print "A"x22222;'`
Segmentation fault
$ rsync --backup-dir=`perl -e 'print "1"x22222;'`
Segmentation fault
Cheers.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are wa...