Still broken in the version the bug was reported against: 4.4
The patch by @mmalygin is probably also needed to get the previous (and standard) _"command-line overrides config file"_ behaviour
there will be problems if the size is not provided by -m and the shm_mem_size is set after a config directive that needs shared memory
Can that really happen? What option would need that? And isn't that caught by: ```c if (shm_initialized()) yyerror("shm/shm_mem_size must be before any modparam or the" " route blocks"); ```