)]}'
{
  "commit": "363a0c53e755750346113d9c5c9cb1a2905d2d2d",
  "tree": "9add4528a42de86050b9d88adb675c89efb3afd3",
  "parents": [
    "b904676b5e687c8aeabcce297aa6250e07e63462"
  ],
  "author": {
    "name": "Valentin Bartenev",
    "email": "vbart@nginx.com",
    "time": "Mon Jan 16 12:42:07 2012 +0000"
  },
  "committer": {
    "name": "Valentin Bartenev",
    "email": "vbart@nginx.com",
    "time": "Mon Jan 16 12:42:07 2012 +0000"
  },
  "message": "Fixed division by zero exception in ngx_hash_init().\n\nThe ngx_hash_init() function did not expect call with zero elements count,\nwhich caused FPE error on configs with an empty \"types\" block in http context\nand \"types_hash_max_size\" \u003e 10000.\n\nExample configuration to reproduce:\n\n  events { }\n\n  http {\n          types_hash_max_size 10001;\n          types {}\n          server {}\n  }\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0c7285202fbd1a3f7b19ecf7dd8867a3e5b27e5a",
      "old_mode": 33188,
      "old_path": "src/core/ngx_hash.c",
      "new_id": "74d89b8b9480cc39327357e621f361837a51feb2",
      "new_mode": 33188,
      "new_path": "src/core/ngx_hash.c"
    }
  ]
}
