Bug#475675: within struct foo *(bar[baz]); splint thinks that bar is of type struct foo* whereas it is a **

2008-04-15 Thread Y Giridhar Appaji Nag
# Bcc: control severity 475675 minor forwarded 475675 http://sourceforge.net/tracker/index.php?func=detailaid=1942710group_id=34302atid=459911 thanks On 08/04/12 10:55 +0200, Helmut Grohne said ... Declaring struct foo *(bar[baz]); makes splint spit out tons of warnings when accessing

Bug#475675: within struct foo *(bar[baz]); splint thinks that bar is of type struct foo* whereas it is a **

2008-04-12 Thread Helmut Grohne
Package: splint Version: 3.1.2.dfsg-6 Severity: important Declaring struct foo *(bar[baz]); makes splint spit out tons of warnings when accessing bar[qux]-quux, because it thinks foo is of type struct foo * whereas it really is struct foo **. This behaviour is wrong and makes checking some