Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Buffer overflow #3

Closed
mewmew opened this issue May 17, 2015 · 0 comments
Closed

bug: Buffer overflow #3

mewmew opened this issue May 17, 2015 · 0 comments

Comments

@mewmew
Copy link

mewmew commented May 17, 2015

There exists a buffer overflow in the parse function, which may be triggered when more than 31 args are provided; as demonstrated below.

(^._.^)ノ @ /home/u/Desktop/chell $ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a a a a
chell: Unknown command: A
time: 0.001s
(^._.^)ノ @ /home/u/Desktop/chell $ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a a a a a
chell: Unknown command: A
time: 0.001s
(^._.^)ノ @ /home/u/Desktop/chell $ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a a a a a a
chell: Unknown command: 
time: 0.001s
(^._.^)ノ @ /home/u/Desktop/chell $ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a a a a a a a
chell: Unknown command: �E�z�
time: 0.001s
(^._.^)ノ @ /home/u/Desktop/chell $ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a a a a a a a a
chell: Unknown command: �E�z�
time: 0.001s
@karlek karlek closed this as completed in 36464f6 May 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant