* Possible bug in librepair/filter.c
@ 2003-08-28 13:47 David T Hollis
0 siblings, 0 replies; only message in thread
From: David T Hollis @ 2003-08-28 13:47 UTC (permalink / raw)
To: Reiserfs List
In 'errno_t repair_filter(repair_filter_t *fd)', the variable errno_t
res is potentially returned with an undefined value. It looks like it
should either be pre-initialized to 0, or at the end of the function,
just return 0 instead of returning 'res'.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-28 13:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-28 13:47 Possible bug in librepair/filter.c David T Hollis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.