Urvang Joshi ce69177a41 Fix a crash due to wrong pointer-integer arithmetic.
[Basically, the condition "src - dist < data" can be wrongly evaluated
to be false if "src < dist" due to underflow. Instead, "src - data <
dist" is the correct condition, as "src > data" is always true and so
there would never be an underflow].

Change-Id: Ic9f64bfe76a9acae97abc1fb7c1f4868e81f1eb8
2012-05-09 14:40:06 +05:30
..
2012-05-07 17:47:51 -07:00
2011-03-26 10:15:44 -07:00
2011-03-26 10:15:44 -07:00
2012-04-12 15:53:06 -07:00