Bug 773699
| Summary: | cvs has a backtrace when using fuzzed proxy server | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Petr Sklenar <psklenar> | |
| Component: | cvs | Assignee: | Petr Pisar <ppisar> | |
| Status: | CLOSED DUPLICATE | QA Contact: | qe-baseos-daemons | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 6.2 | |||
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 782344 798701 (view as bug list) | Environment: | ||
| Last Closed: | 2012-02-06 13:58:12 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
|
Description
Petr Sklenar
2012-01-12 16:16:37 UTC
The invalid free is called from frame #5:
#5 0x0805a324 in proxy_connect (root=0x80e7b98, to_server_p=0x80e2ba4, from_server_p=0x80e2ba8, verify_only=0, do_gssapi=0) at client.c:3886
read_buf = 0x80e9420 'A' <repeats 189 times>, "1.0"
codenum = 200
write_buf = 0x80e92d8 "HTTP/", 'A' <repeats 195 times>...
len = <value optimized out>
#6 connect_to_pserver (root=0x80e7b98, to_server_p=0x80e2ba4, from_server_p=0x80e2ba8, verify_only=0, do_gssapi=0) at client.c:3828
sock = <value optimized out>
port_number = 2401
gerr = <value optimized out>
hints = {ai_flags = 0, ai_family = 0, ai_socktype = 1, ai_protocol = 0, ai_addrlen = 0, ai_addr = 0x0, ai_canonname = 0x0, ai_next = 0x0}
res = <value optimized out>
res0 = 0x80e8fd0
pbuf = "910\000|A\016\bh\177\016\b\350\354\377\277\362\246\200\000j\177\016\b\274\331\v\b\f\000\000"
local_to_server = 0x80e8738
local_from_server = 0x80e8778
p_hostname = 0x80e7c38 "127.0.0.1"
#7 0x0805b06f in start_server () at client.c:4455
rootless = <value optimized out>
log = 0x0
#8 0x0806b8cb in history (argc=0, argv=0xbfffef54) at history.c:562
f1 = <value optimized out>
mod = <value optimized out>
i = <value optimized out>
c = <value optimized out>
fname = <value optimized out>
#9 0x08077f7d in main (argc=1, argv=0xbfffef50) at main.c:990
CVSroot_parsed = <value optimized out>
cvsroot_update_env = 1
cp = <value optimized out>
end = 0x968ff4 "|\215\226"
cm = <value optimized out>
c = <value optimized out>
err = <value optimized out>
---Type <return> to continue, or q <return> to quit---
tmpdir_update_env = 47
free_Editor = 0
free_Tmpdir = 0
help = 0
short_options = "+46Qqrwtnvb:T:e:d:Hfz:s:xa"
long_options = {{name = 0x80c4a17 "help", has_arg = 0, flag = 0x0, val = 72}, {name = 0x80c4a09 "version", has_arg = 0, flag = 0x0, val = 118}, {
name = 0x80c4a1c "help-commands", has_arg = 0, flag = 0x0, val = 1}, {name = 0x80c4a2a "help-synonyms", has_arg = 0, flag = 0x0, val = 2}, {
name = 0x80c4a38 "help-options", has_arg = 0, flag = 0x0, val = 4}, {name = 0x80c4a45 "allow-root", has_arg = 1, flag = 0x0, val = 3}, {name = 0x0, has_arg = 0,
flag = 0x0, val = 0}}
option_index = 0
__PRETTY_FUNCTION__ = "main"
*** This bug has been marked as a duplicate of bug 784338 *** |