commit | f958b9dc4f19c94281b2679b3a6bbb39828beb90 | [log] [tgz] |
---|---|---|
author | Paul Pluzhnikov <ppluzhnikov@google.com> | Wed Nov 18 17:16:47 2009 -0800 |
committer | Arun Sharma <aruns@google.com> | Fri Nov 20 11:40:05 2009 -0800 |
tree | 056d1cf19b5c293903ca3ebb790816f58f8de950 | |
parent | f88e949d16a3ce5f9c4ad1c2ee9b5b0e298b8f59 [diff] |
Get rid of some bogus checks. Greetings, Attached patch is rather on the obvious side: - rs1 can't be NULL since it's assigned on previous line - rs_new never returns NULL, and if it ever did, we'd crash on memcpy that preceeds the NULL check. Tested on Linux/x86_64 with no regressions. Thanks, -- Paul Pluzhnikov