1. 03 1月, 2011 1 次提交
  2. 27 12月, 2010 1 次提交
  3. 06 8月, 2010 2 次提交
  4. 13 7月, 2010 3 次提交
  5. 12 7月, 2010 1 次提交
  6. 17 5月, 2010 1 次提交
    • J
      HID: picolcd: Eliminate use after free · aeacb6fd
      Julia Lawall 提交于
      The skip label frees resp, which has not been allocated at the point of
      this goto and then does a break, based on the fact that err is non-zero.
      This is replaced by a break directly.
      
      A simplified version of the semantic match that finds this problem is as
      follows: (http://coccinelle.lip6.fr/)
      
      // <smpl>
      @free@
      expression E;
      position p;
      @@
      kfree@p(E)
      
      @@
      expression free.E, subE<=free.E, E1;
      position free.p;
      @@
      
        kfree@p(E)
        ...
      (
        subE = E1
      |
      * E
      )
      // </smpl>
      Signed-off-by: NJulia Lawall <julia@diku.dk>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      aeacb6fd
  7. 03 5月, 2010 1 次提交
  8. 27 4月, 2010 1 次提交
  9. 26 4月, 2010 1 次提交
  10. 12 4月, 2010 1 次提交
  11. 01 4月, 2010 1 次提交
  12. 31 3月, 2010 6 次提交