From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Sun, 5 Apr 2020 12:53:18 -0400 Subject: [PATCH 1/2] dm: dump.c: Fix segfault when entry->of_match is NULL In-Reply-To: <20200405164741.11243-1-ovpanait@gmail.com> References: <20200405164741.11243-1-ovpanait@gmail.com> Message-ID: <782e5239-06eb-6eff-243e-8c08a0b914e3@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/5/20 12:47 PM, Ovidiu Panait wrote: > Currently, dm drivers command produces a segfault: > => dm drivers > Driver Compatible > -------------------------------- > Segmentation fault (core dumped) > > This is caused by a NULL pointer dereference of entry->of_match. > Add a check to prevent this. This should have been fixed in version 3 of the original patch [1]. Did it not get merged properly? This is the second time I've been CC'd by someone who wants to fix this. [1] https://patchwork.ozlabs.org/patch/1234460/ --Sean