Bug#429961: dumpasn1: Off-By-One overflow

2012-05-11 Thread Mathieu Malaterre
Dear Peter, I am considering applying the following patch to dumpasn1 in debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=429961 Would you consider this patch as valid ? Thanks much. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubsc

Bug#429961: dumpasn1: Off-By-One overflow

2007-06-21 Thread Noam Rathaus
Package: dumpasn1 Version: 20030222-2 Severity: normal Hi, It is possible to cause an off-by-one overflow in the ASN1_Item structure by causing: item->header[ i + index ] = ch; To write to position 8 of the header by causing i+index to equal 8. This is the file used: ff d6 a3 54 84