[vte] Bug 594025 - crash in Terminal: running cat /dev/urandom...
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Bug 594025 - crash in Terminal: running cat /dev/urandom...
- Date: Sat, 5 Sep 2009 01:23:19 +0000 (UTC)
commit 9f486dfe6b1c71073ee85fd092cb375842a98f42
Author: Behdad Esfahbod <behdad behdad org>
Date: Fri Sep 4 21:17:13 2009 -0400
Bug 594025 - crash in Terminal: running cat /dev/urandom...
Bug 593795 - crash in Terminal: By mistake cat'ing a bin...
Remove assert. G_DISABLE_ASSERT has been in use for years...
None of the asserts in place right now have been tested much :(
src/vte.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 3ec7e20..22e0482 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -3693,7 +3693,6 @@ skip_chunk:
}
}
terminal->pvt->incoming = chunk;
- g_assert (chunk == NULL || chunk->next == NULL);
/* Compute the number of unicode characters we got. */
wbuf = &g_array_index(unichars, gunichar, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]