summaryrefslogtreecommitdiff
path: root/googlepatches/google-8-rdb-crash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'googlepatches/google-8-rdb-crash.patch')
-rw-r--r--googlepatches/google-8-rdb-crash.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/googlepatches/google-8-rdb-crash.patch b/googlepatches/google-8-rdb-crash.patch
deleted file mode 100644
index 0286603..0000000
--- a/googlepatches/google-8-rdb-crash.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- rdb.c Thu Mar 25 17:38:24 2010
-+++ rgb.bak Fri Mar 19 17:50:47 2010
-@@ -115,7 +115,7 @@ rdb_add_index(rdb_t *rdb, uint32_t index
-
- /* shift the window forward by delta bits*/
- v128_left_shift(&rdb->bitmask, delta);
-- v128_set_bit(&rdb->bitmask, rdb_bits_in_bitmask-delta);
-+ v128_set_bit(&rdb->bitmask, rdb_bits_in_bitmask - 1);
- rdb->window_start += delta;
-
- }