Files
MaxScale/server
Johan Wikman 6359b7983f MXS-1529 Prevent endless realloc loop
If the provided config path refers to a directory it can still
be opened and an attempt to read be made. However, as reading
will fail but end-of-file not be reached, we can't rely upon
'feof()' for detecting when to bail out.

As it is a user error to provide a directory as the config path,
that will be detected and deemed an error in a subsequent commit.
2017-11-28 15:33:50 +02:00
..
2017-11-28 14:31:57 +02:00
2017-02-14 21:42:28 +02:00
2017-01-16 10:56:33 +02:00