Re: [PATCH v3 05/22] common/idpf: avoid defensive programming

2024-06-14 Thread Burakov, Anatoly
On 6/12/2024 5:52 AM, Soumyadeep Hore wrote: Based on the upstream feedback, driver should not use any defensive programming strategy by checking for NULL pointers and other conditional checks unnecessarily in the code flow to fall back, instead fail and fix the bug in a proper way. Some of the

[PATCH v3 05/22] common/idpf: avoid defensive programming

2024-06-11 Thread Soumyadeep Hore
Based on the upstream feedback, driver should not use any defensive programming strategy by checking for NULL pointers and other conditional checks unnecessarily in the code flow to fall back, instead fail and fix the bug in a proper way. Some of the checks are identified and removed/wrapped in th