ConEmu / old-issues

Old issues for ConEmu project (import is pending)
http://conemu.github.io/
0 stars 1 forks source link

Crashes on binary data. #1063

Open ConEmu opened 9 years ago

ConEmu commented 9 years ago

From gynvael on May 12, 2013 03:29:56

Required information! OS version: Win7 SP1 x64 ConEmu version: 130427 [64] Far version (if you are using Far Manager): n/a Bug description To check the stability of ConEmu I've played a little with outputting binary data and invalid terminal control sequences. In some cases some crashes do appear - usually the crash is in the console application (and not ConEmu itself), but it's due to the ConEmuHk hook. Sometimes ConEmu itself crashes (though tbh I have not managed to reproduce it on the newest ConEmu version; this problem was mostly in older versions). (I've attached the test app - ansifuzz.cpp)

Additionally, sometimes a simple: int main(){for(;;)putchar(rand());} freezez ConEmu after pressing ctrl-c to break the output.

Note: I have enabled the following In-console options (I think they are relevant):

I didn't analyze the bugs further.

Attachment: ansifuzz.cpp last_test.bin

Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=1064

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on May 12, 2013 16:12:58

Status: Accepted