Re: one no important buffer overflow in mysql client

2001-09-04 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > The problem occurs in the function my_strdup() in an repnz scans ... stuff.If >you give a input of more than 82 characters to mysql client as the database name the >client will overflow. This is not a big problem since it isn't setuid. >hmm... mysql -u user -

one no important buffer overflow in mysql client

2001-09-03 Thread rlima
The problem occurs in the function my_strdup() in an repnz scans ... stuff.If you give a input of more than 82 characters to mysql client as the database name the client will overflow. This is not a big problem since it isn't setuid. hmm... mysql -u user -phmm `perl -e 'print Ax100'`