]> git.kaiwu.me - nginx.git/commit
fix segfault if nginx was build with -O2 -fomit-frame-pointer,
authorIgor Sysoev <igor@sysoev.ru>
Mon, 29 Jan 2007 11:52:25 +0000 (11:52 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 29 Jan 2007 11:52:25 +0000 (11:52 +0000)
commitf51d4fea574bca8799b0e3e695fbbc8c7df914f1
tree9ef01514f8ef0d14fda2977c520ecf5ff8827858
parent9fc5607a7147f086a74e082c55c41961c29b9972
fix segfault if nginx was build with -O2 -fomit-frame-pointer,
r1082 did not fix the bug

the bug lived for a long time but became apparent when nginx was
built with gcc 4.0.x -O2 optimization
src/core/ngx_times.c