mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: setjmp clobber warnings in duk_js_executor.c
|
|
desc: "Unsure why these happen:\n\n\
|
|
duk_js_call.c:546:6: warning: variable \xE2\x80\x98need_setjmp\xE2\x80\x99 might be clobbered by \xE2\x80\x98longjmp\xE2\x80\x99 or \xE2\x80\x98vfork\xE2\x80\x99 [-Wclobbered]\n\
|
|
duk_js_call.c:547:14: warning: variable \xE2\x80\x98old_jmpbuf_ptr\xE2\x80\x99 might be clobbered by \xE2\x80\x98longjmp\xE2\x80\x99 or \xE2\x80\x98vfork\xE2\x80\x99 [-Wclobbered]\n\
|
|
duk_js_call.c:548:15: warning: variable \xE2\x80\x98old_errhandler\xE2\x80\x99 might be clobbered by \xE2\x80\x98longjmp\xE2\x80\x99 or \xE2\x80\x98vfork\xE2\x80\x99 [-Wclobbered]\n\n\
|
|
Each of these is written before the setjmp() happens and are not updated\n\
|
|
afterwards. So they should have a definite value?"
|
|
type: :task
|
|
component: duk
|
|
release: v0.9
|
|
reporter: sva <sami.vaarala@iki.fi>
|
|
status: :closed
|
|
disposition: :fixed
|
|
creation_time: 2013-12-21 15:58:51.964135 Z
|
|
references: []
|
|
|
|
id: bf5293e2105f70411e10cb81b5bd7527d39ca5cc
|
|
log_events:
|
|
- - 2013-12-21 15:58:52.201113 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2014-01-31 22:53:24.158029 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- closed with disposition fixed
|
|
- ""
|
|
|