tst2005googlecode / umurmur

Automatically exported from code.google.com/p/umurmur
1 stars 0 forks source link

Conf_init() might pass NULL to fprintf() #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If Conf_init() is called with NULL (eg if you exec umurmur without giving the 
-c flag), then NULL will be passed to fprintf(), yielding a log message like

   Error in config file (null): [...]

or segfaulting ;)

Original issue reported on code.google.com by tilm...@googlemail.com on 19 Jan 2011 at 9:32

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by fatbob.s...@gmail.com on 20 Jan 2011 at 8:12

GoogleCodeExporter commented 9 years ago
Fixed in r150. Thanks!

Original comment by fatbob.s...@gmail.com on 20 Jan 2011 at 8:48