Re: svn commit: r295362 - head/sys/fs/cd9660

2016-02-07 Thread Bruce Evans
On Sun, 7 Feb 2016, Pedro Giffuni wrote: On 02/07/16 02:13, Bruce Evans wrote: On Sun, 7 Feb 2016, Pedro F. Giffuni wrote: Log: cd9660: Drop an unnecessary check for NULL. This was unnecessary and also confused Coverity. Confirmed on:NetBSD CID:978558 This leaves many simi

Re: svn commit: r295362 - head/sys/fs/cd9660

2016-02-07 Thread Pedro Giffuni
On 02/07/16 02:13, Bruce Evans wrote: On Sun, 7 Feb 2016, Pedro F. Giffuni wrote: Log: cd9660: Drop an unnecessary check for NULL. This was unnecessary and also confused Coverity. Confirmed on:NetBSD CID:978558 This leaves many similar bugs unfixed nearby. One is a null p

Re: svn commit: r295362 - head/sys/fs/cd9660

2016-02-06 Thread Bruce Evans
On Sun, 7 Feb 2016, Pedro F. Giffuni wrote: Log: cd9660: Drop an unnecessary check for NULL. This was unnecessary and also confused Coverity. Confirmed on: NetBSD CID: 978558 This leaves many similar bugs unfixed nearby. One is a null pointer panic, not just an unnecessary ch