<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/android_kernel_m2note/kernel/trace/trace_event_perf.c, branch o-8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=o-8.1</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=o-8.1'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/'/>
<updated>2016-11-17T11:11:48+00:00</updated>
<entry>
<title>msm: null pointer dereferencing</title>
<updated>2016-11-17T11:11:48+00:00</updated>
<author>
<name>Wish Wu</name>
<email>wishwu007@gmail.com</email>
</author>
<published>2016-01-16T01:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=7db68b2c5dec2ad770e578bc279e73166e1b08e0'/>
<id>urn:sha1:7db68b2c5dec2ad770e578bc279e73166e1b08e0</id>
<content type='text'>
Prevent unintended kernel NULL pointer dereferencing.

Orignal code:
  hlist_del_rcu(&amp;event-&gt;hlist_entry);

Fix: Adding pointer check:
  if(!hlist_unhashed(&amp;p_event-&gt;hlist_entry))
    hlist_del_rcu(&amp;p_event-&gt;hlist_entry);

Bug: 25364034
Change-Id: Ieda6d8f4bb567827fa6c7709e9e729905c6c3882
Signed-off-by: Yuan Lin &lt;yualin@google.com&gt;
</content>
</entry>
<entry>
<title>first commit</title>
<updated>2016-08-15T02:19:42+00:00</updated>
<author>
<name>Meizu OpenSource</name>
<email>patchwork@meizu.com</email>
</author>
<published>2016-08-15T02:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=d2e1446d81725c351dc73a03b397ce043fb18452'/>
<id>urn:sha1:d2e1446d81725c351dc73a03b397ce043fb18452</id>
<content type='text'>
</content>
</entry>
</feed>
