simon-git: halibut (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue Dec 16 20:44:19 GMT 2014


TL;DR:
  cbe5414 Fix segfault when a source file doesn't exist.
  0a72bbb Add missing err_cantopen.

Repository:     git://git.tartarus.org/simon/halibut.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=halibut.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2014-12-16 20:44:19

commit cbe54149d478a58c5e385d1dd7d76fe97b1f1015
web diff http://tartarus.org/~simon-git/gitweb/?p=halibut.git;a=commitdiff;h=cbe54149d478a58c5e385d1dd7d76fe97b1f1015;hp=36105490740922d350e1488c4a7534282a24b1ac
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Dec 16 20:34:04 2014 +0000

    Fix segfault when a source file doesn't exist.
    
    There was a missing NULL check in the code that test-opens files in
    both binary and text mode (for font-handling purposes).

 input.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0a72bbbdf4b9ff119587782009839440a4869dad
web diff http://tartarus.org/~simon-git/gitweb/?p=halibut.git;a=commitdiff;h=0a72bbbdf4b9ff119587782009839440a4869dad;hp=cbe54149d478a58c5e385d1dd7d76fe97b1f1015
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Dec 16 20:43:36 2014 +0000

    Add missing err_cantopen.
    
    As far as I can tell from the source control history, Halibut has
    _never_ actually printed an error message on failure to open one of
    its input files! The error message has existed all along, but was
    never actually invoked. Ahem.

 input.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list