• Max Kellermann's avatar
    aac: use inputStreamAtEOF() · a3cc928c
    Max Kellermann authored
    When checking for EOF, we should not check whether the read request
    has been fully satisified.  The InputStream API does not guarantee
    that readFromInputStream() always fills the whole buffer, if EOF is
    not reached.  Since there is the function inputStreamAtEOF() dedicated
    for this purpose, we should use it for EOF checking after
    readFromInputStream()==0.
    a3cc928c
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...