
varnish-bugs at varnish-cache
May 10, 2012, 2:50 AM
Post #2 of 2
(119 views)
Permalink
|
|
Re: #1134: VCC crash when string concatenating the result of a constant integer converted to a string
[In reply to]
|
|
#1134: VCC crash when string concatenating the result of a constant integer converted to a string ----------------------+----------------------------------------------------- Reporter: martin | Owner: Type: defect | Status: closed Priority: normal | Milestone: Component: varnishd | Version: 3.0.2 Severity: normal | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Changes (by Martin Blix Grydeland <martin@…>): * status: new => closed * resolution: => fixed Comment: (In [9d0e486fe21199e6c059eb829f5d666611806012]) Don't consider a vcc expr to be constant after vcc_expr_tostring. Avoids vcc errors from constructs like "std.log("Test: " + 1);" Fixes: #1134 -- Ticket URL: <https://www.varnish-cache.org/trac/ticket/1134#comment:1> Varnish <https://varnish-cache.org/> The Varnish HTTP Accelerator _______________________________________________ varnish-bugs mailing list varnish-bugs [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-bugs
|