PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] error checking follow-up
Date: Friday, 06 Nov 2020, 15:15:48


    > Message Posted By: Unknown
    >
    > If the empty char never creates a valgrind error but decode never expects
    > it, do we still error when there is a gremlin? It would output a null
    > character in my code.

When the gremlin is at work the output from decode is
not defined, other than that it not include error
messages from valgrind.  That is, decode need not detect
errors in its input as long as valgrind does not detect
errors in how it executes.

--Stan-
PREV INDEX NEXT