Two coverity non-bugs

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Two coverity non-bugs
Дата
Msg-id 20060419120254.GH15420@svana.org
обсуждение исходный текст
Ответы Re: Two coverity non-bugs
Re: Two coverity non-bugs
Список pgsql-patches
Attached is a patch that fixes two non-bugs. There's plenty of
redundant NULL checks around the place but these were just so silly I
figure they're worth fixing.

The first checks 'file' the line after having dereferenced it. The
second checks 'currSchema' where the code is designed to never allow it
to be NULL.

Currently they've fixed the bogus errors relating to elog(), but not yet
the ones relating to ereport(). There's still mountains of crap to wade
through and not a single real bug found yet.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [BUGS] bug in windows xp
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] bug in windows xp