wireshark/plugins/asn1
Guy Harris 5ba1ad12cc Based on patch from Bill Parker, check for ws_fopen() failing.
The rest of the code already checks for namelist being null, so it's OK
to call build_tree_view() - and it may be necessary to do so, as the
code below might assume that's worked.

However, we should not call fclose() on namelist if it's null; the C89
standard, at least, does *not* assert that fclose(NULL) is a no-op.

Clean up indentation a little bit.

Last part of fix for bug 7824.

svn path=/trunk/; revision=45455
2012-10-10 19:50:37 +00:00
..
asn1.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:29:52 +00:00
asn1.h
AUTHORS
ChangeLog
CMakeLists.txt Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
COPYING Update FSF address - part II. 2012-06-28 23:18:38 +00:00
INSTALL
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.nmake Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefile.common is changed 2012-06-01 14:08:12 +00:00
moduleinfo.h
moduleinfo.nmake
NEWS
packet-asn1.c Based on patch from Bill Parker, check for ws_fopen() failing. 2012-10-10 19:50:37 +00:00
plugin.rc.in